At 1/7/06 05:39 AM, -Toast- wrote:
Sorry for so many double/triple posts.
Last question: How can I add other 'details' to it, like window height and width, open _self, _blank, etc.?
i think this code will help you.
<script language="JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[sel
Obj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
<select class="playlist" name="Games" onChange="MM_jumpMenu('_blank',this,0)">')
;
<option value="home.html" selected>Go to .... </option>
<option value="http://www.newgrounds.com">New Grounds</option>
<option value="action.html"> - Action games</option>
<option value="adv.html"> - Adventure games</option>
</select>