PC Review


Reply
Thread Tools Rate Thread

How can I hyperlink each option in a scroll down button ?

 
 
=?Utf-8?B?UmFuZHk=?=
Guest
Posts: n/a
 
      21st Jun 2005

--
Thank you in advance for your time and help.

Best regards,
Randy

 
Reply With Quote
 
 
 
 
=?Utf-8?B?RGFuIEw=?=
Guest
Posts: n/a
 
      21st Jun 2005
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
>

 
Reply With Quote
 
Steve Easton
Guest
Posts: n/a
 
      21st Jun 2005
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
(E-Mail Removed)
www.crownlogistic.com

"Dan L" <(E-Mail Removed)> wrote in message
news71E3CD3-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
> >



 
Reply With Quote
 
Steve Easton
Guest
Posts: n/a
 
      21st Jun 2005
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
news71E3CD3-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
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
change the Outlook scroll button to scroll rather than jump? Bill Hayden Microsoft Outlook Discussion 0 28th May 2008 09:23 PM
How do I use the scroll button on the mouse to scroll through one. =?Utf-8?B?U2FuZHlTMzQ=?= Microsoft Access 0 7th Jun 2007 05:28 PM
need help on how to grey out one option button in one group box based on the selection of another option button in another group box George Microsoft Excel Programming 13 11th Mar 2007 02:08 PM
Scanning Option Group (VB 6 Option Button Control Array) Michael D. Ober Microsoft VB .NET 6 21st Jun 2006 06:55 AM
Moving the scroll bar doesn't scroll the messages, until I let go of the mouse button. Don Microsoft Outlook Discussion 0 23rd Sep 2004 09:31 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:39 PM.