Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

FAQ "How do I get the value of a form control?"

2 views
Skip to first unread message

Garrett Smith

unread,
Feb 20, 2009, 2:00:19 AM2/20/09
to
Regarding the entry: "How do I get the value of a form control?"
http://jibbering.com/faq/#formControlAccess

| Some exceptions would be:
|
| First Exception: Where the control is a SELECT element, and
| support for older browsers, such as NN4, is required:
| var value = contrl.options[contrl.selectedIndex].value;
|

Other than NN4, which browsers support do not support |value| for |select|?

Garrett

--
comp.lang.javascript FAQ <URL: http://jibbering.com/faq/ >

0 new messages