F
FAQ server
-----------------------------------------------------------------------
FAQ Topic - My element is named myselect[], how do I access
it?
-----------------------------------------------------------------------
Form controls with any "illegal" characters can be accessed with
` formref.elements["myselect[]"] ` - The bracket characters,
amongst others, are illegal in ID attributes and javascript
identifiers, so you should try to avoid them as browsers may
handle them incorrectly.
http://msdn.microsoft.com/en-us/library/ms537449(VS.85).aspx
http://docs.sun.com/source/816-6408-10/form.htm
http://jibbering.com/faq/notes/square-brackets/
The complete comp.lang.javascript FAQ is at
http://jibbering.com/faq/
FAQ Topic - My element is named myselect[], how do I access
it?
-----------------------------------------------------------------------
Form controls with any "illegal" characters can be accessed with
` formref.elements["myselect[]"] ` - The bracket characters,
amongst others, are illegal in ID attributes and javascript
identifiers, so you should try to avoid them as browsers may
handle them incorrectly.
http://msdn.microsoft.com/en-us/library/ms537449(VS.85).aspx
http://docs.sun.com/source/816-6408-10/form.htm
http://jibbering.com/faq/notes/square-brackets/
The complete comp.lang.javascript FAQ is at
http://jibbering.com/faq/