<input type="text" id="pageNo" class="text" size="2"style="text-align:right;" onKeyPress="onlyNumber();" />页
<ahref="javascript:;" onclick="location ='queryAction!query.action?curP='+document.getElementById('pageNo').value;">跳 转</a>
此博客介绍了一个简单的页面跳转功能实现方式,通过输入指定页码并点击链接即可实现页面快速跳转。
<input type="text" id="pageNo" class="text" size="2"style="text-align:right;" onKeyPress="onlyNumber();" />页
<ahref="javascript:;" onclick="location ='queryAction!query.action?curP='+document.getElementById('pageNo').value;">跳 转</a>

被折叠的 条评论
为什么被折叠?