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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • FAQ server

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

    -----------------------------------------------------------------------
    FAQ Topic - My element is named myselect[] , how do I
    access it?
    -----------------------------------------------------------------------

    Form controls with any "illegal" characters can be accessed with
    ` formref.element s["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.

    Gain technical skills through documentation and training, earn certifications and connect with the community







    --
    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.javas cript 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

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

    Are we able to get all these FAQs posts in one location?

    Graham

    Comment

    • VK

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

      On May 10, 6:43 pm, Laser Lips <loudsphi...@gm ail.comwrote:
      Are we able to get all these FAQs posts in one location?
      Can you read the text of the post?

      "The complete comp.lang.javas cript FAQ is at http://jibbering.com/faq/index.html"

      Comment

      • Thomas 'PointedEars' Lahn

        #4
        Re: FAQ Topic - My element is named myselect[] , how do I accessit? (2008-05-10)

        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.javas cript 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

        Comment

        Working...