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

gregory.john.toland at census.gov gregory.john.toland at census.gov
Tue Oct 30 07:24:56 CST 2001


A suggestion from another list may have pointed to the real error on my
part.  My values for "id" were not unique.  The following code works
correctly.  Thanks again for Hassan's help!

<form enctype="text/plain" id="myForm" method="get"
      name="myForm" onSubmit="return true;">
   <input checked id="txtStep1_t" name="txtStep1"
          tabindex="1"
          title="Tabular Profile" type="radio"
          value="Tabular">Tabular</input>
   <input id="txtStep1_n" name="txtStep1"
          title="Narrative Profile" type="radio"
          value="Narrative">Narrative</input>
</form>

Gregory J Toland
Sr. Systems Architect
CHM, Inc.
(301) 457-8058
tolan002 at census.gov




More information about the Javascript mailing list