dazymae
07-11-2004, 08:34 AM
How may I add a new page to Lissa's drop down menu. I had no problem putting all my original pages but can't seem to understand how to add to it as I make new pages. I would be very grateful for help. Thank you from dazymae :)
What do u mean by add more pages?? Do u mean add for options??
if that is wut u mean than this is wut u do:
lissa's drop menu code(with "go" button but it doesnt matter) look like this right:
<form name="gotolocation1" method="POST" ACTION=URI>
<select name="lissamenu1">
<option value="http://www.lissaexplains.com">Lissa Explains it All</option>
<option value="http://www.lissaexplains.com/cursor.shtml">Lissa's Cursors</option>
<option value="http://www.lissaexplains.com/home">Lissa's Page</option>
</select>
<input type="button" onClick="location =
document.gotolocation1.lissamenu1.options
[document.gotolocation1.lissamenu1.selectedIndex].value;"
value="Go">
</form>
to add more options simple copy this part:
<option value="http://www.lissaexplains.com/home">Lissa's Page</option>
and add it in before the </select> tag filling in the new information!
thats it!
:) Hope i helped and didnt misunderstand your question!