oops,
You shouldn't use onchange in a drop down select, you should use a Go button.
With onchange, people who can't use a mouse will never be able to get past the first item
in the list.
--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
"Dan L" <(E-Mail Removed)> wrote in message
news

71E3CD3-7B50-40D5-8845-(E-Mail Removed)...
> If by "scroll down button" you mean "drop down arrow", then
>
> <form>
> <select onChange="if(options[selectedIndex].value)
> window.location.href=(options[selectedIndex].value)">
> <option>Select...
> <option value="http://www.yahoo.com">Yahoo</option>
> <option value="http://www.google.com">Google</option>
> <option value="http://www.lycos.com">Lycos</option>
> </select>
> </form>
>
> "Randy" wrote:
>
> >
> > --
> > Thank you in advance for your time and help.
> >
> > Best regards,
> > Randy
> >