I'm having a problem using the jump menu...essentially it only jumps once...when it reaches the new page, the jump menu on that page doesn't work (and the new page has the same jump menu that the first page does -cut and paste-). I've put the menu's code below...i'd really appreciate it if someone could tell me why this is happening.
Thank you in advance
<form name="frmsortby" method="post" action="">
<select name="sortbyjumpmenu" onChange="MM_jumpMenu('parent',this,0)">
<option value="jobdetails_timeentries.asp?sortby=<%=(rstimeentries.Fields.Item("job_number".Value)%>" selected>Sort by</option>
<option value="jobdetails_timeentries_enteredby.asp?sortby=<%=(rstimeentries.Fields.Item("job_number".Value)%>">Enteredby</option>
<option value="jobdetails_timeentries_date.asp?sortby=<%=(rstimeentries.Fields.Item("job_number".Value)%>">Date</option>
<option value="jobdetails_timeentries_code.asp?sortby=<%=(rstimeentries.Fields.Item("job_number".Value)%>">Code</option>
</select>
<input type="button" name="Button1" value="Go" onClick="MM_jumpMenuGo('sortbyjumpmenu','parent',0)">
</form>
Thank you in advance
<form name="frmsortby" method="post" action="">
<select name="sortbyjumpmenu" onChange="MM_jumpMenu('parent',this,0)">
<option value="jobdetails_timeentries.asp?sortby=<%=(rstimeentries.Fields.Item("job_number".Value)%>" selected>Sort by</option>
<option value="jobdetails_timeentries_enteredby.asp?sortby=<%=(rstimeentries.Fields.Item("job_number".Value)%>">Enteredby</option>
<option value="jobdetails_timeentries_date.asp?sortby=<%=(rstimeentries.Fields.Item("job_number".Value)%>">Date</option>
<option value="jobdetails_timeentries_code.asp?sortby=<%=(rstimeentries.Fields.Item("job_number".Value)%>">Code</option>
</select>
<input type="button" name="Button1" value="Go" onClick="MM_jumpMenuGo('sortbyjumpmenu','parent',0)">
</form>