PDA

View Full Version : drop-down troubles


surfin' pikachu
04-07-2004, 09:20 PM
I just do webbing for fun, but anyway, here's the deal - I need to make a drop-down menu in which the choices are links (no GO button please). I use FrontPage 2000. :confused: any and all help appreciated.

Paul Jr
04-08-2004, 12:27 AM
<form action="#">
<div>
<select onchange="window.location = this.options[this.selectedIndex].value;">
<option value="http://www.bluerobot.com/">Blue Robot</option>
<option value="http://www.zeldman.com/">Zeldman.com</option>
<option value="http://www.happycog.com/">Happy Cog</option>
</select>
</div>
</form>

Your sig is WAY too big, too.

surfin' pikachu
04-10-2004, 03:04 PM
thanks for the help...will i have to make any changes to that code (besides the names of the choices)?

Josh
04-10-2004, 10:29 PM
Nope, just change the links and values.

Special1
05-01-2004, 11:43 PM
Hi. Can this code be used on a personal website? And is it a standard dropdown box? That's what I'm looking for.:)

Josh
05-01-2004, 11:47 PM
yes