Help - Search - Members - Calendar
Full Version: Drop Down Menu (Create 1 File, put on multiple pages)
HTMLHelp Forums > Web Authoring > Web Site Functionality
dan-lemm2009
On all my pages I have a drop down menu that can direct my visitors to other pages of mine. But each drop down menu is on each page, so if I have to edit it, I have to edit it on each page. What I want to do is to create on drop-down menu file, and embed that file into my pages, and if the menu needs updated I can update that one file, without updating every page. Thanks

Here is my current drop down menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<form name="jump" id="jump">
<p>
<select name="menu" onchange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
<option value="#" selected="selected"><< Were Would You Like To Go? >></option>
<option value="http://home.comcast.net/~dreidel/home.html">Index (Home/Links) </option>
<option value="http://home.comcast.net/~dreidel/pandacams/index.html">5 Cam Page</option>
<option value="http://home.comcast.net/~dreidel/pandacams/index_02.html">5 Cam Page [Duplicate Copy]</option>
<option value="http://home.comcast.net/~dreidel/pandacams/index_aroff.html">5 Cam Page (No Auto-Refresh)</option>
<option value="http://home.comcast.net/~dreidel/pandacams/index_nz.html">National Zoo Cams Cams Only</option>
<option value="http://home.comcast.net/~dreidel/pandacams/chengdu/chengducams.html">Chengdu China Cams Only</option>
<option value="http://home.comcast.net/~dreidel/misc/pandainfo.html">Panda's Information</option>
<option value="http://home.comcast.net/~dreidel/misc/chat.html">Chat Only</option>
<option value="http://home.comcast.net/~dreidel/misc/updates.html">Site Update History</option>
<option value="http://home.comcast.net/~dreidel/misc/psa.html">Announcement History</option>
<option value="http://home.comcast.net/~dreidel/misc/blurb.html">Blurb (Blog)</option>
<option value="http://home.comcast.net/~dreidel/misc/weather.html">Zoo's Local Current Weather</option>
<option value="http://home.comcast.net/~dreidel/misc/mwsnap/guide.html">My Guide To Taking Screen Captures</option>
<option value="http://home.comcast.net/~dreidel/misc/addtlinfo">Page Requirements, Important Information, Additional Resources</option>
<option value="http://home.comcast.net/~dreidel/misc/geninfo.html">Copyrights, Credits, Contact Me, About Me</option>
</select>
</p>
</form>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Frederiek
See the FAQ entry How do I include one file in another?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.