[thelist] JavaScript Question

Robert Taft r.taft at williams-helde.com
Mon Oct 29 14:03:09 CST 2001


>     alert(document.forms[0].name);
>Responds with RadioColor.
>
>     alert(document.RadioColor.name);
>Responds with undefined as does
>alert(document.forms['RadioColor'].name);
>
>The form name is indeed RadioColor.
>
>I've run out of things to try.
>Suggestions, please.

I'd have to see the code, to know exactly whats up

- rob
-- 
Rob Taft
Web Developer
Williams-Helde
206-285-1940




More information about the thelist mailing list