You can copy, and paste it into your own page. Just change anything
that is in Yellow to what you require.
If it is not Yellow, leave it as is.
Please Note the Script that is in Green MUST
be on one line.
To increase or decrease the menu, add or remove a option line.
<!--
var newwindow
function go(whythere) {
newwindow=window.open(whythere[whythere.selectedIndex].value,'doPop');
newwindow.focus();
}
//-->
< /script>
<table width="500" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="211" align="left" valign="top"><FORM>
<SELECT NAME="gowhere" size="1">
<option value="onclick-newwindow-menu.shtml">new
window</option>
<option value="csslink.shtml">css link</option>
<option value="http://forum.delta-knight.com/">forum</option>
<option value="gbook/index.php">guest book</option>
<option value="index2.shtml">main page</option>
</SELECT>
<input name="button" type="button" onClick="go(this.form.gowhere.options)" value="go">
</FORM>