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

FAQ Topic - My element is named myselect[] , how do I access it? (2008-05-10)

0 views
Skip to first unread message

FAQ server

unread,
May 9, 2008, 7:00:04 PM5/9/08
to
-----------------------------------------------------------------------
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://msdn2.microsoft.com/en-us/library/ms537449.aspx

http://docs.sun.com/source/816-6408-10/form.htm

http://www.jibbering.com/faq/faq_notes/faq_notes.html#FAQN4_25


--
Postings such as this are automatically sent once a day. Their
goal is to answer repeated questions, and to offer the content to
the community for continuous evaluation/improvement. The complete
comp.lang.javascript FAQ is at http://jibbering.com/faq/index.html.
The FAQ workers are a group of volunteers. The sendings of these
daily posts are proficiently hosted by http://www.pair.com.

Laser Lips

unread,
May 10, 2008, 10:43:34 AM5/10/08
to
Are we able to get all these FAQs posts in one location?

Graham

VK

unread,
May 10, 2008, 10:57:17 AM5/10/08
to
On May 10, 6:43 pm, Laser Lips <loudsphi...@gmail.com> wrote:
> Are we able to get all these FAQs posts in one location?

Can you read the text of the post?

Thomas 'PointedEars' Lahn

unread,
May 10, 2008, 10:59:18 AM5/10/08
to
Laser Lips wrote:
> Are we able to get all these FAQs posts in one location?

Are you able to read?

>> --
>> Postings such as this are automatically sent once a day. Their
>> goal is to answer repeated questions, and to offer the content to
>> the community for continuous evaluation/improvement. The complete
>> comp.lang.javascript FAQ is at http://jibbering.com/faq/index.html.
>> The FAQ workers are a group of volunteers. The sendings of these
>> daily posts are proficiently hosted by http://www.pair.com.


PointedEars
--
realism: HTML 4.01 Strict
evangelism: XHTML 1.0 Strict
madness: XHTML 1.1 as application/xhtml+xml
-- Bjoern Hoehrmann

0 new messages