Hi,
i found this code on the web for drop down menu. The problem is I dont know how to edit it for the menu to display the html pages on other frame (example, 1 frameset containing top and bottom frame. drop down menu on the top frame and the relevant html pages on bottom frame called MainFrame)
Can someone help?![]()
<form name="jump">
<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
<option value="a1.htm">A1</option>
<option value="b1.htm">B1</option>
<option value="c1.htm">C1</option>
<option value="d1.htm">D1</option>
<option value="e1.htm">E1</option>
<option value="f1.htm">F1</option>
</select>
</form>
i do not wish to use javascript as some ppl may turn them off.


Reply With Quote

Bookmarks