Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

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 (Hassan Schroeder)
  • Subject: [Javascript] Radio Button Value Property Does Not Exist in Netscape 6.1?
  • Date: Sat, 27 Oct 2001 02:28:31 -0700

gregory.john.toland@xxxxxxxxxx wrote:

> <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>

( sorry, tried to send this earlier, was having some mail server probs )

Change  id="txtStep1"  to  id="txtStep1[]"  and it'll be fine in
all of { NS4, NS6, IE5 } ...

HTH!
-- 
H*
Hassan Schroeder ----------------------------- hassan@xxxxxxxxxxxxxx 
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

    -- creating dynamic Web sites and applications since 1994 --