上一页
下一页
最后一页
我都试出来啦
只剩下跳转页面啦
怎么提交2个值
我的代码
现在只是传一个值
action=Storage_info.asp?page="page"&he="qq"
//这样不行啊
<form action=Storage_info.asp?page="page"&he="qq" method="get" style="height:15px; width:80px; padding-top:7px;">
<input name="page" type="text" id="page" size="5" style="height:10px; width:25px;">
<input name="qq" type="hidden" id="qq" value="13" />
<input type="submit" name="Submit" value="提交" style="height:20px;">
</form>
[
本帖最后由 guang2356447 于 2010-7-19 16:27 编辑 ]