Forums

This topic is locked

Jump Menu doesn't jump!

Posted 12 Sep 2007 07:06:26
1
has voted
12 Sep 2007 07:06:26 Irma Gonzalez posted:
I have a jump menu installed using Dreamweaver that does not jump to the defined page.

In the head section:
<script type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'";
if (restore) selObj.selectedIndex=0;
}
//-->
</script>

in the body form section:
<form name="form1">
<select name="jumpmenu" onChange="MM_jumpMenu('parent',this,1)" style="background:#FFCC66">
<option value="#" selected="selected">--Select a Department or Division--</option>
<option value="auditor.htm">Auditor's Office</option>
<option value="clerk.htm">Clerk's Office</option>
<option value="registrar.htm">Registrar of Voter's</option>
<option value="recorder.htm">Recorder's Office</option>
<option value="employment.htm">Employment</option>
</select>
</form>

Any help in troubleshooting is greatly appreciated!

Reply to this topic