I noticed that the following line of code works in IE 6 but not in Netscape
7.1:
<INPUT TYPE="radio" NAME="selComb" VALUE="0"
ONCLICK="alert( selComb[0].value)">
Nothing happens when I click on the radio button. There is not even an error
message.
This is a simplified version of the actual code, which is used to pass among
other things the value of a selected radio button to a JavaScript-function.
Does anybody know how this code can be made to work in Netscape?
Gerard van Wilgen
--
www.majstro.com (On-line translation dictionary / Enreta tradukvortaro)
www.travlang.com/Ergane (Free translation dictionary for Windows / Senpaga
tradukvortaro por Windows)
7.1:
<INPUT TYPE="radio" NAME="selComb" VALUE="0"
ONCLICK="alert( selComb[0].value)">
Nothing happens when I click on the radio button. There is not even an error
message.
This is a simplified version of the actual code, which is used to pass among
other things the value of a selected radio button to a JavaScript-function.
Does anybody know how this code can be made to work in Netscape?
Gerard van Wilgen
--
www.majstro.com (On-line translation dictionary / Enreta tradukvortaro)
www.travlang.com/Ergane (Free translation dictionary for Windows / Senpaga
tradukvortaro por Windows)
Comment