Adding a drop down box

H

Hal Mayer

I am new to frontpage. i want to add a simple drop down box with a list of
names that will jump me to other pages, how do i do this. I am not hosting
a web but am using another web hosting company, so i don;t know if this can
be done. Seems like a simple request!

Hal
 
S

Steve Easton

Paste this into a new blank page in html view and then edit / add options as desired.

<p align="center"><b>Select a Site or Function: </b><select id="setit">
<option value="">Select one</option>
<option value="javascript:window.open('http://www.altavista.com')">AltaVista</option>
<option value="javascript:window.open('http://www.google.com')">Google</option>
</select><input type="button" value="Go"
onclick="eval(setit.options[setit.selectedIndex].value)"></input>


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 

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