Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] Radio Button Value Property Does Not Exist in Netscape 6.1?
- From: javascript@xxxxxxxxxx (javascript@xxxxxxxxxx)
- Subject: [Javascript] Radio Button Value Property Does Not Exist in Netscape 6.1?
- Date: Tue, 30 Oct 2001 08:24:56 -0500
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@xxxxxxxxxx
- Prev by Date: [Javascript] program documentation
- Next by Date: [Javascript] new to frames.
- Previous by thread: [Javascript] Radio Button Value Property Does Not Exist in Netscape 6.1?
- Next by thread: [Javascript] Enanito si, pero con que pedazo!
- Index(es):