比较全面的php分页导航类
POST方式分页:http://hudeyong926.iteye.com/blog/764703
<script language="javascript"> //函数跳转到指定页面 function gotoPage(page) { document.getElementById("page").value = page; //隐藏表单的页控件 document.getElementById("searchForm").submit(); } </script> <!-- 表单参考如下 -->
GET方式分页:
布局在页面左边的:
?
?
?
?
布局在页面中间的
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
布局在页面的右边
?