我想在输入第几页后,点击《转到》能够直接到达那页,可是执行后却是?在线等待
http://www.cosa.com.cn/admin/admin.asp?currentpage=
上面就是显示的网页,currentpage=后面加不上去,刚才输入的数字
下面是那段的代码,请帮我看看
<form method=post action="admin.asp?currentpage=<%=request("page")%>">
<br> 转到 <input type="text" name="page" size=4 maxlength=10 value=<%=currentpage%>>
<input type="submit" value="Goto" name="cndok"> </form>