Copy Paste...
<form>
<select onchange="if(this.selectedIndex > 0 ) location.href='
http://' +
this.options[this.selectedIndex].value">
<option>Select link</option>
<option value="
www.microsoft.com">Microsoft</option>
<option value="msdn.microsoft.com">MSDN</option>
</select>
</form>
This should get you started..
Change the link... value="
www.yourlink.com">MyLink</option>
When looking at the dropdown you will see MyLink and it would take you to
www.yourlink.com
Add as many lines of options as you need
Don
============
| After searching... What I am trying to do is a "jump menu" any easy way to
do
| this w/o knowing HTML?
|
| Thanks

|
| "Steve Easton" wrote:
|
| > When creating the hyperlink, in the hyperlink dialog ( panel ) browse to
the file ( the page )
| > containing the bookmarks, click once on the file, and then click
bookmarks, and then select from the
| > list of bookmarks.
| >
| > If hand scribing your hyperlinks simply add the pound sign and
bookmarked "word" to the end of the
| > hyperlink like this: thepage.htm#bookmarkword
| >
| > Note, bookmarks made of multiple words will not work. #book mark will
not work. #bookmark will
| > work.
| > This is true for all bookmarks.
| >
| > --
| > Steve Easton
| > Microsoft MVP FrontPage
| > 95isalive
| > This site is best viewed............
| > ........................with a computer
| >
| > | > > Any easy ways to use a drop down menu to get to a bookmarked spot?
| > >
| > > I already have the items bookmarked, but can not figure out how to
apply a
| > > bookmark to an item in a drop down menu.
| > >
| > > TIA
| >
| >
| >