Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

drop menu question

Options
  • 18-01-2003 7:15am
    #1
    Registered Users Posts: 383 ✭✭


    hey lads,

    with the following code...

    <form name="jump">
    <select name="jumpbox"
    OnChange="window.open(jump.jumpbox.options[selectedIndex].value)">
    <option selected>please select...
    <option value="http://www.google.com/">google.com
    <option value="http://www.boards.ie/">boards.ie
    <option value="http://www.burton.com/">burton.com
    </select>

    ... when viewed in IE , i can hit a link and it works fine but if i try to select it again it dosnt work. only going to a different page and going back to it works.

    any suggestions?

    jaz?


Advertisement