[thelist] Radio Button Value Property Does Not Exist in Netscape 6.1?

Joshua Olson joshua at alphashop.com
Mon Oct 29 08:26:36 CST 2001


Try using the complete DOM path:

alert( document.forms.MyForm.elements.txtStep1[01].value );

HTH,
-joshua

----- Original Message -----
From: <gregory.john.toland at census.gov>
Subject: [thelist] Radio Button Value Property Does Not Exist in Netscape
6.1?


: I have the following code:
:
: <form enctype="text/plain" id="myForm" method="get"
:       name="myForm" onSubmit="return true;">
:    <input checked id="txtStep1" name="txtStep1"
:           tabindex="1"
:           title="Tabular Profile" type="radio"
:           value="Tabular">Tabular</input>
:    <input id="txtStep1" name="txtStep1"
:           title="Narrative Profile" type="radio"
:           value="Narrative">Narrative</input>
: </form>





More information about the thelist mailing list