|
First
|
Prev |
Next
|
Last
Pages: 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
Access Denied I have a ie window that launches a pop up window with no menus/toolbars nothing just the page. When I run an bookmarklet on main window it works fine but when I try running this on the popup I get an access denied error. All the javascript is doing is getting innertxt from a textbox. It works fine when main win... 25 Jun 2008 15:00
forms[0].elements Can I make a array with all form elements? to event keydown I think use esc[27] to return or enter[13] to next field.(my client order it) To my tast it is bad but .. I can“t to oppose. How I can write a array with all form elements and after to work with each item? x = document.forms[0].elements x = docu... 24 Jun 2008 22:36
Need Help with Calculator Java Script So I am trying to get this Calculator to work. It needs to take in a vaule, and select a shipping Everythin works great except the shipping part. I need it to take the shipping value and add it to the "Downpayment" and also the "Total amount paid" Example: item cost $20.00 , $8.50 shipped selected, Payment 1 = 12... 25 Jun 2008 16:02
help with JSON Hi All, Is it possible to create an JSON object from a string? For example var myArray = new Array(10) for (var i=0;i<10;i++) { myArray.push("{idx:"+i+",val:"+i+"}"); } var myStrObj = "[" + myArray.join(",") + "]"; var options = {"val1": "test", "val2" : myStrObj} I would li... 24 Jun 2008 15:25
Script Debugging: Firebug for Firefox 3.0 (was: <OT> Set a GuinnessWorld Record with new Firefox 3.0 </OT>) Captain Paralytic wrote: On 18 Jun, 15:03, Duncan Booth <duncan.bo...(a)invalid.invalid> wrote: Captain Paralytic <paul_laut...(a)yahoo.com> wrote: [Firefox 3.0] Installed it, found that FireBug wasn't compatible, dumped it. I just can't work without FireBug! Firebug 1.2.0 alpha seems to work alri... 24 Jun 2008 10:14
Javascript error occuring on new build machine All, I have already published this question in the microsoft.public.internetexplorer.general group but figured it was worthwhile to hedge my bets and put it in a javascript one as well. My company is rolling out new windows laptops. One of the in-house apps is generating a javascript error on the new laptops. ... 25 Jun 2008 12:56
FAQ Topic - How do I check to see if a childwindow is open, before opening another? (2008-06-24) ----------------------------------------------------------------------- FAQ Topic - How do I check to see if a childwindow is open, before opening another? ----------------------------------------------------------------------- var myWin=null; function openWin(aURL) { if (!myWin || myWin.closed ) { myWi... 23 Jun 2008 19:56
Drag and drop problem, please help? Hi, I've been using LIs (<li>) and using Sortables (docs.jquery.com/UI/ Sortables/sortabl) to sort the LIs. I've attached a mouseover function with each LI. Problem (in IE 6 & 7) is that whenever I start dragging an LI and when I'm up above an another LI then mouseover function of the LI (which is below the LI I... 23 Jun 2008 20:58
Text box value keeps resetting after submit Hello everyone, I have a small problem with javascript below: <p>Slider Test</p> <div class="slider" id="slider1" tabIndex="1"> <input class="slider-input" id="slider1_input"/> </div> <form id="slider1_form" method="get" action="/protect/control.htm"> Value:<input type="text" name="slider1_output" id="sli... 23 Jun 2008 13:45
Any body give me solution I am using iframes.In each iframes I am using a html file(For ex:header.html,footer.html..etc). In that one of my html (Leftmenu.html)having a menu in tat each menuitem having its indivual submenu on mouseover. But the problem now is i am using iframes to fit all these (header and footer..etc)in main.html. To h... 24 Jun 2008 06:09 |