openning SELECT drop down list by script

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • shlomi.schwartz@gmail.com

    openning SELECT drop down list by script

    Hi All,
    Is it possible to open the select (ComboBox) drop down list by script?

  • Ivo

    #2
    Re: openning SELECT drop down list by script

    <shlomi.schwart z@gmail.com> wrote[color=blue]
    > Hi All,
    > Is it possible to open the select (ComboBox) drop down list by script?
    >[/color]

    Sorry, no.

    hth
    ivo



    Comment

    • Dag Sunde

      #3
      Re: openning SELECT drop down list by script

      <shlomi.schwart z@gmail.com> wrote in message
      news:1122993020 .639216.299990@ f14g2000cwb.goo glegroups.com.. .[color=blue]
      > Hi All,
      > Is it possible to open the select (ComboBox) drop down list by script?[/color]

      Not open it, but change selection is possible by script.

      --
      Dag.




      Comment

      • VK

        #4
        Re: openning SELECT drop down list by script

        > Is it possible to open the select (ComboBox) drop down list by script?

        You cannot. But you can set mySelectBox.siz e = 8
        It will expand the select box, but the layout around will go to hell.
        Not really an option, just to mention...

        Comment

        • shlomi.schwartz@gmail.com

          #5
          Re: openning SELECT drop down list by script


          VK wrote:[color=blue][color=green]
          > > Is it possible to open the select (ComboBox) drop down list by script?[/color]
          >
          > You cannot. But you can set mySelectBox.siz e = 8
          > It will expand the select box, but the layout around will go to hell.
          > Not really an option, just to mention...[/color]

          10X .... what I've tried to do is to CLIP the select with the style
          property and open the drop down list by clicking on an image ....

          well ... Mission failed :-)

          Comment

          Working...