Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

FP2000 Drop-Down Menu?

Old Dec 26, 2002 | 10:40 PM
  #1  
Carl Davey's Avatar
Carl Davey
Thread Starter
Scooby Regular
iTrader: (3)
 
Joined: Oct 2002
Posts: 2,787
Likes: 0
From: Aberdeenshire
Post

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?
Reply
Old Dec 27, 2002 | 10:37 AM
  #2  
IanW's Avatar
IanW
Scooby Regular
 
Joined: Jul 2001
Posts: 21,865
Likes: 0
Wink

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>
Reply
Old Dec 27, 2002 | 12:43 PM
  #3  
Carl Davey's Avatar
Carl Davey
Thread Starter
Scooby Regular
iTrader: (3)
 
Joined: Oct 2002
Posts: 2,787
Likes: 0
From: Aberdeenshire
Post

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.
Reply
Old Dec 27, 2002 | 01:10 PM
  #4  
IanW's Avatar
IanW
Scooby Regular
 
Joined: Jul 2001
Posts: 21,865
Likes: 0
Post

Mail me one of the HTML pages and I will do it for you.

That way you can see what is needed and where etc...

[Edited by IanW - 12/27/2002 1:11:04 PM]
Reply
Old Dec 27, 2002 | 02:30 PM
  #5  
Carl Davey's Avatar
Carl Davey
Thread Starter
Scooby Regular
iTrader: (3)
 
Joined: Oct 2002
Posts: 2,787
Likes: 0
From: Aberdeenshire
Post

Tis sorted. Nice one.
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
Dracoro
Computer & Technology Related
2
Jun 20, 2002 12:58 PM
Markus
Computer & Technology Related
5
Jan 4, 2002 04:19 PM
KimA
Southern (England)
40
Oct 15, 2001 10:55 AM
Fast_Blue_Scooby
Non Scooby Related
1
Jul 23, 2001 01:59 PM
Rikki23
ScoobyNet General
11
Apr 2, 2001 10:38 PM


Thread Tools
Search this Thread

All times are GMT +1. The time now is 06:40 PM.