for your drop down menus heres the html for it.. all you gotta do is replace the URL's
<center><br>
<form name="jump">
<select name="menu">
<option value="http://www.geocities.com/katie_in_us2001/musicproject.html">Home Page</option>
<option value="http://www.geocities.com/katie_in_us2001/lzlyrics.html">Lyrics</option>
<option value="http://www.geocities.com/katie_in_us2001/members.html">Members</option>
<option value="http://www.geocities.com/katie_in_us2001/gallery.html">Photo Gallery</option>
<option value="http://www.geocities.com/katie_in_us2001/discography.html">Discography</option>
<option value="http://www.geocities.com/katie_in_us2001/presence.html">Presence The Album</option>
<option value="http://www.geocities.com/katie_in_us2001/history-origin.html">History/Origin of Led Zeppelin</option>
</select>
<input type="button" onClick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
</form>
<br>
|