Drop Down Menu

C

Cal

How do I make the links to other pages on my web site
drop down menus? My main links have sub links or pages
and I want to have drop down menus for each link so one
can see the subpages. I use FP 2003.

Thank you,
Cal Lehman
www.towerwatch.com
 
J

Jon Spivey

You're welcome - let me know how they worked for you.

Jon
Microsoft MVP - FP
 
G

Guest

try this

Try this in your head sectio

<script language="JavaScript" type="text/JavaScript"><!-
function MM_jumpMenu(targ,selObj,restore){
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'")
if (restore) selObj.selectedIndex=0

//--></script

and this in the body section, where you want it to sho


<p><select name="menu1" onChange="MM_jumpMenu('parent',this,0)"><option selected>Scroll to Select</option><option value="linkpagename.htm">Return to Directory</option></select></p

I used this for long time and like it...Good Luck
 

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