FP2000 Drop-Down Menu?
Thread Starter
Scooby Regular
iTrader: (3)
Joined: Oct 2002
Posts: 2,787
Likes: 0
From: Aberdeenshire
Hi there, i wish to add a drop-down menu to my website similar to the 'Jump-To' menu that is used on these forums.
I am using MS Front Page to build the site with, however, i cannot for the life of me figure out how to add a drop-down menu filled with links to the other pages of my site.
Do any of you chaps have any ideas how to do this?
I am using MS Front Page to build the site with, however, i cannot for the life of me figure out how to add a drop-down menu filled with links to the other pages of my site.

Do any of you chaps have any ideas how to do this?
Try modifying this to suite your needs Carl
<form name="ListBoxForm">
<p><select SIZE="1" NAME="ListBoxURL">
<option value="URL#1.htm">Place 1 </option>
<option value="URL #2.htm">Place 2 </option>
<option value="URL#3.htm">Place 3 </option>
<option selected> -- Select to Jump -- </option>
</select> <input TYPE="button" VALUE="Go" ONCLICK="gotoLink(this.form)" NAME="button"> </p>
<script language="JavaScript">
<!--
function gotoLink(form) {
var OptionIndex=form.ListBoxURL.selectedIndex;
parent.location = form.ListBoxURL.options[OptionIndex].value;}
//-->
</script>
</form>
<form name="ListBoxForm">
<p><select SIZE="1" NAME="ListBoxURL">
<option value="URL#1.htm">Place 1 </option>
<option value="URL #2.htm">Place 2 </option>
<option value="URL#3.htm">Place 3 </option>
<option selected> -- Select to Jump -- </option>
</select> <input TYPE="button" VALUE="Go" ONCLICK="gotoLink(this.form)" NAME="button"> </p>
<script language="JavaScript">
<!--
function gotoLink(form) {
var OptionIndex=form.ListBoxURL.selectedIndex;
parent.location = form.ListBoxURL.options[OptionIndex].value;}
//-->
</script>
</form>
Thread Starter
Scooby Regular
iTrader: (3)
Joined: Oct 2002
Posts: 2,787
Likes: 0
From: Aberdeenshire
Cheers Ian, but when i copy and paste it over into the 'html' view on Front Page, then click back to the 'Normal' view it doesn't seem to read it at all.....? 
I will persevere.

I will persevere.
Thread
Thread Starter
Forum
Replies
Last Post



