当前位置: 网学 > 编程文档 > Ajax > 正文

php ajax无刷新分页,支持id定位

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 13/07/10

【编者按】网学网Ajax频道为大家收集整理了“php ajax无刷新分页,支持id定位“提供大家参考,希望对大家有所帮助!

<?php
Header("Content-Type:text/html; charset=utf-8");

function AjaxPage($Total,$ListNub,$CurrentPage,$Url,$AjaxAction,$HalfPer='''',$ViewId='''')
{
//计算总页数
$totalPage = @ceil($Total/$ListNub);
$total=$totalPage-1;
$re="";
//echo $CurrentPage;
$re .= ( $CurrentPage > 0 )

"<td><a 
href=\"javascript:$AjaxAction(''$Url=0'',''$ViewId'')\"\">首页</a></td>\n<td><a 
href=\"javascript:$AjaxAction(''".$Url."=".($CurrentPage-1)."'',''$ViewId'')\"\"></a></td>\n"

"<td>首页</td>\n<td></td>\n";
for ( $i = 
$CurrentPage - $HalfPer,$i > 0 || $i = 0 ,     $j = 
$CurrentPage + $HalfPer, $j < $totalPage || $j = $totalPage;$i < $j ;$i++ 
)
{
  $re .= $i == $CurrentPage
  ? 
"<td><b class=currentPage>[" . ( $i + 1 ) . 
"]</b></td>\n"
  : "<td><a 
href=\"javascript:$AjaxAction(''$Url=$i'',''$ViewId'')\">" . ( $i + 1 ) . 
"</a></td>\n";
}
$re .= ( $CurrentPage < $total 
)
? "<td><a 
href=\"javascript:$AjaxAction(''".$Url."=".($CurrentPage+1)."'',''$ViewId'')\"\"></a></td>\n<td><a 
href=\"javascript:$AjaxAction(''".$Url."=".($total)."'',''$ViewId'')\"\">尾页</a>\n</td>"

"<td></td>\n<td>尾页</td>\n";
$re="<table 
style=text-align:center><tr>$re</tr></table>";
return 
$re;

}
//总页数,传递的页面变量-当前页 url地址 前后各多少页
$page =  php ajax无刷新分页,支持id定位_网学

当前位置: 网学 > 编程文档 > Ajax > 正文

php ajax无刷新分页,支持id定位

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 13/07/10
content
版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号
GET[''page''];
//echo 
page(''10'',$page,''index.php?page'',''2'');


?>

<div id="nike">
<?php
echo 
AjaxPage(200,20,$page,''rand.php?page'',''ajaxaction'',''2'',''nike'');
?>
</div>


<script type="text/javascript" language="javascript">
var 
http_request = false;

function send_request(url,htmlid) {
http_request = 
false;
if (window.XMLHttpRequest) {
  http_request = new 
XMLHttpRequest();
  if (http_request.overrideMimeType) 
{
   http_request.overrideMimeType(''text/xml'');
  }

else if (window.ActiveXObject) {
  try 
{
   http_request = new 
ActiveXObject("Msxml2.XMLHTTP");
  } catch (e) 
{
   try {
    http_request = new 
ActiveXObject("Microsoft.XMLHTTP");
   } catch (e) 
{}
  }
}
if&nb

网学推荐

免费论文

原创论文

设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号