Drop down menus

M

Mike

I would like to use drop down menus that show mulitiple
selections and allow a click to work like a hyperlink. Is
this possible in FP 2000? I am a fairly new user to FP
and websites in general.
 
S

[Sinan]

You can do it with onChange command, This is an example :

In code :

<select onChange="location.href=this.options[this.selectedIndex].value"
name="Quick_Search">

In Drop-Down box properties :

Each choise should have the url address set in Specify Value field.

With this set up, any selected option will be forwarded to its destination
immediately on click.

Hope this helps.

Sinan
 
D

David Baxter

Save a copy of that page to your hard drive and open it in FrontPage
(that's how I created it). Look at the code - swipe and/or modify
whatever you like (it's my site).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top