[求助]关于跳页
下面这段代码 在跳页的时候
为什么不能获取 snr stype action 只得到 page
按了GO后 网址是http://localhost/liuyan/index2.asp?page=2
<%if action<>""then%>
<input type='submit' value="GO" onclick='window.location='index2.asp?snr="&snr&"&stype="&stype&"&action=search&page=' + document.tiaoye.page.value;'>
<%else%>
<input type='submit' value='GO' onclick='window.location='index2.asp?page=' + document.tiaoye.page.value;'>
<%end if%>