Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
FAQ Topic - My element is named myselect[], how do I access it? (2012-05-21)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
FAQ server  
View profile  
 More options May 20 2012, 7:00 pm
Newsgroups: comp.lang.javascript
From: "FAQ server" <javascr...@dotinternet.be>
Date: Sun, 20 May 2012 23:00:03 +0000
Local: Sun, May 20 2012 7:00 pm
Subject: FAQ Topic - My element is named myselect[], how do I access it? (2012-05-21)
-----------------------------------------------------------------------
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.

<URL: http://msdn.microsoft.com/en-us/library/ms537449%28VS.85%29.aspx>
<URL: https://developer.mozilla.org/en/DOM/form>
<URL: http://jibbering.com/faq/notes/form-access/>

The complete comp.lang.javascript FAQ is at
http://jibbering.com/faq/

--

The sendings of these daily posts are proficiently hosted
by http://www.pair.com.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »