I've been searching all over the place, but can't seem to find an example of what I'm trying to do. Hoping someone here can point me in the right direction. ...
This form allows a customer to choose a shipping option. While it submits the form, no matter which button is selected, the same value is always submitted. ...
This is probably a dumb question, but I'm a js dummie, so forgive me. The idea is I want to have a stylesheet for all users (both with and without js), and...
i have a js file which reads data from my database in utf8 format, unless i convert the data to unicode format it could not be shown on my web pages and since...
Hi All, I am facing issues with IE 7. If I have a simple page with the following content: <html><body><script> var aaa = new Object(); aaa.data = "bbb"; //......
I am displaying/hiding a DIV by changing visibility between visible and hidden when the user mouses over a link. So, when the user hovers over this link, a...
Hi, I wonder if there are any similar tools for debugging JavaScript on internet explorer 7 like I got used to on firefox and opera. I have no useful error...
I have some code that adds a new row of INPUT fields to a form when a button is pressed. I use the following line to assign an onchange eventhandler. ...
Greetings all, it has been a very long time since I posted here :-) I have made a dynamic form builder and All I am doing is cloning a DIV that contains some...
Hi, I am trying to get some training material to run within an LMS (learning management system). This material is produced with "Articulate" software which...
I have a form with three checkboxes, and want to set another variable depending on which boxes are checked. The boxes have values of 1, 2, and 4, and I want to...
I've been reading about the prototype object, but I don't understand the difference between that that regular way of adding properties/methods. What's the...
I know very, very little about JavaScript. It's time for me to learn. First, can anyone recommend a website tutorial for beginners. Second, I want to use...
Hello All. How do i access a variable thats declared in some other javascript? Suppose i have a javascript-func() which am calling on onload() of a html page...
How do I retrieve the value of an iframe editor called from a cfmodule? I am trying to populate a hidden text field. The left-hand side of the javascript...
Hi folks, I've recently started doing custom myspace layouts for some of my clients. I've managed to get them working pretty well across all browsers, with one...
Hi, i found a problem please anyone give me solution if possible, i am trying to upload the file. i write a code its work well in my appache server. when i...
Hi, I'd like to create a mini-TOC on each page with internal links to text marked with a div of a certain class. Something like this: <div class="Island"><a...
I've got a list of select boxes with numeric names such as "94677,84560". I need to loop through and reset each selectedIndex to 0. The code below returns a...
I've had trouble getting help with this before, so I am hoping for better results this time around. I helped a friend design the PHP System for an RPG he was...
Hi all, I have a problem with a simple(?) script on IE6 (haven't tried 7 yet). Here is the link: http://www.tonedeafstudios.com/test/test18.php In this test...
Hi , i am new to programming . please clarify my small doubt lets say tht i have created a Text field in a html form with following attributes <input type=...
hi guys, check out this cool article on the creation of a dynamic object oriented javascript quiz. It makes use of many useful key concepts that can be used in...
hi guys, check out this cool article on the creation of a dynamic object oriented javascript quiz. It makes use of many useful key concepts that can be used in...
Hi all, I am trying to get the current width, in pixels, of a div (#middle). Everything works great in FF and Safari, but not in IE (PC - not concerned about...
Would some kind soul be able to tell me why I am getting a javascript error on this page? http://www.jonimitchell.win-dns.com/painter/ It only happens in IE...
Hi All, I'm having a dickens of a time trying to get the positon of a link so I can hover a div over the link when I roll over it. You can see my attempts in a...