[thelist] JavaScript Question

Ornstein, Ian IanOrnstein at NC.SLR.com
Mon Oct 29 13:55:06 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.

- ianO -




More information about the thelist mailing list