i have the following:
test.html
form
radio button 1 = blue
radio button 2 = red
radio button 3 = green [ client selects this color button ]
next page button = go to test2.html
test2.html...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_23381444.html
i have the following code that i need help reworking.
part 1
i want to only the user to only be able to click 3 check boxes or radio buttons.
but, if they change their mind, allow them to unch...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23403060.html
the following codes works as:
1. shows div with onclick of checkbox
2. allows a maximum # of checkbox choices
what i need is:
3. for the checkbox to require the user to double click to unchec...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23418725.html
I have the below code from a previous post.
It works great in IE, but not at all in Firefox.
Any suggestions on how to make it work in Firefox?
<HTML>
<HEAD>
<TITLE>Untitled</TITLE>
...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23447285.html
Zones:
JavaScriptDate Answered: 05/31/2008 Grade: A Views: 114
I think I have everything I need here, just need to make it work in the right sequence but can't make it execute correctly. Also, I am having trouble passing the actual value of SSUName, it just s...
http://www.experts-exchange.com/Programming/Languages/Scripting/Q_23454860.html
I need three things. The cost calculation code works fine, but i need these tweeks.
the enter key & submit button resets the total in the text box.
1. i need to disable the reseting of the tot...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23467962.html