求助,这个分页规则怎么写
</table><table width="100%" border="0" align="center" cellpadding="4" cellspacing="1">
<tr>
<td><div align="right">
<center><style type=text/css> a:hover{text-decoration:underline;color:blue}</style><input type=hidden name='currentPage' value='0'><br><a href='#'style='text-decoration:none;font-size:12px;color:black'>第一页</a><a href='#'style='text-decoration:none;font-size:12px;color:black'>上一页</a><a href='#' onclick=gotopage(document.hideform,1,'n') >下一页</a><a href='#' onclick=gotopage(document.hideform,1152,'n')>尾页</a></center> </div></td>
</tr>
</table>
<input type='hidden' name='s_function'value='' >
<input type='hidden' name='s_function'value='' >
<input type='hidden' name='s_function'value='' >
<input type='hidden' name='s_workarea1' value='' >
<input type='hidden' name='s_workarea1_1' value='' >
<input type='hidden' name='s_workarea2' value='' >
<input type='hidden' name='s_workarea2_2' value='' >
<input type='hidden' name='s_workarea3' value='' >
<input type='hidden' name='s_workarea3_3' value='' >
<input type='hidden' name='hids_function' value='' >
<input type='hidden' name='hids_workarea' value='' >
<input type='hidden' name='jobName' value='' >
<input type='hidden' name='salaryfrom' value='' >
<input type='hidden' name='salaryto' value='' >
<input type='hidden' name='salaryno' value='' >
<input type='hidden' name='workyear' value='' >
<input type='hidden' name='age' value='' >
<input type='hidden' name='degreefrom' value='' >
<input type='hidden' name='forlang' value='' >
<input type='hidden' name='issuedate' value='' >
<input type='hidden' name='cokeyword' value='' >
<input name="industry2" type="hidden" id="industry2" value="">
<input name="function" type="hidden" id="function" value="">
</form></td>
</tr>
</table> :ali1ls
貌似很难。。。 呵呵呵呵 先嗅探真实网址吧,靠从javascript是找不出规则的。 本来不想麻烦楼上大哥哥的,自己试了几次网址嗅探的软件,这个软件一点反应都没有,不知道怎么搞,楼上大哥,能给小弟指点迷津吗?
网址是http://www.buildhr.com/personal/list_enterprise.php 请帮我指点一下吧 http://www.buildhr.com/personal/list_enterprise.php?currentPage=(*) *=0-1161 <script language=javascript src="../inc/lib/classPages/gotopages.js"></script>
这个js的内容是:
function firstPage(frm)
{
frm.submit();
}
function gotopage(frm,gotoval,totalPages)
{
document.all['currentPage'].value=gotoval;
if(gotoval<totalPages && gotoval>=0)
{//::{1
frm.submit();
}//~{1
else
{//::{2
if(totalPages=='n')
{//::{3
//进行直接连接,即'下一步'或'上一步'
frm.submit();
}//~{3
else
{//::{4
//'跳转'时,进行页数判定
alert("对不起,页数不正确!");
}//~{4
}//~{2
}
很明显的参数嘛 多谢楼上大哥
页:
[1]