I have created jump menus on a few pages in DW3. They work great at first, but if I change the page or it's template at all, the jump menus stop working. Selecting any options from the menu or clicking the Go button causes a MS JScript runtime error Object Expected.
Here is the code:
<select name="mnuComm" onChange="MM_jumpMenu'
parent',this,0)">
<option value="comm_type_quest.asp?commType=tcpip" selected>TCP/IP</option>
<option value="comm_type_quest.asp?commType=twinWin">Twinax thru Windows</option>
<option value="comm_type_quest.asp?commType=802">Ethernet 802.2</option>
<option value="comm_type_quest.asp?commType=twinDOS">Twinax thru DOS</option>
</select>
<input type="button" name="gobtn" value="Go" onClick="MM_jumpMenuGo('mnuComm','parent',0)">
It highlights MM_jumpMenuGo('mnuComm','parent',0)in the debugger.
Please help me
Deanna
Here is the code:
<select name="mnuComm" onChange="MM_jumpMenu'
parent',this,0)">
<option value="comm_type_quest.asp?commType=tcpip" selected>TCP/IP</option>
<option value="comm_type_quest.asp?commType=twinWin">Twinax thru Windows</option>
<option value="comm_type_quest.asp?commType=802">Ethernet 802.2</option>
<option value="comm_type_quest.asp?commType=twinDOS">Twinax thru DOS</option>
</select>
<input type="button" name="gobtn" value="Go" onClick="MM_jumpMenuGo('mnuComm','parent',0)">
It highlights MM_jumpMenuGo('mnuComm','parent',0)in the debugger.
Please help me
Deanna