question about SELECT

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

    question about SELECT

    Hi, all

    How do I to make a SELECT element drop down its options list with
    javascript? Thanks a lot in advance!

    Jack


  • Fred Oz

    #2
    Re: question about SELECT

    datactrl wrote:
    [color=blue]
    > How do I to make a SELECT element drop down its options list with
    > javascript? Thanks a lot in advance![/color]

    You mean as in dynamic HTML (DHTML) where hovering over the first option
    drops down the list? If that is what you want, head over to a forum for
    DHTML.

    Fred.

    Comment

    • Matt Kruse

      #3
      Re: question about SELECT

      datactrl wrote:[color=blue]
      > How do I to make a SELECT element drop down its options list with
      > javascript? Thanks a lot in advance![/color]

      You can't.

      --
      Matt Kruse



      Comment

      • Thomas 'PointedEars' Lahn

        #4
        Re: question about SELECT

        Fred Oz wrote:
        [color=blue]
        > datactrl wrote:[color=green]
        >> How do I to make a SELECT element drop down its options list with
        >> javascript? Thanks a lot in advance![/color]
        >
        > You mean as in dynamic HTML (DHTML) where hovering over the first option
        > drops down the list? If that is what you want, head over to a forum for
        > DHTML.[/color]

        Nonsense. "DHTML" is but a buzzword for DOM scripting. If the OP
        really wants to do what you suggest, he (and the discussion) is on-topic
        here as client-side J(ava)Script is the most used interface language for
        DOM scripting. However, searching the group prior is likely to be more
        successful than asking the same questions again and again.


        PointedEars
        --
        I sync, therefore I am.

        Comment

        Working...