一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

Javascript實現的分頁函數

/**
 * 分頁類構造
 * 參數 nTotalList: 總條數
 * 參數 nPageSize: 每頁顯示條數
 * 參數 nPageNum: 當前頁碼
 * 參數 sPageUrl: 分頁鏈接的URL,頁碼以[pn]代替,輸出時將被替換為實際頁碼
 * 參數 nPageListSize: 頁碼列表(下拉框)中顯示的最多頁碼條數。該參數可省略,默認100
 */
function Pagination(nTotalList, nPageSize, nPageNum, sPageUrl, nPageListSize) {
  this.totalList = nTotalList;
  this.pageSize = nPageSize;
  this.pageNum = nPageNum;
  if (nTotalList == 0)
    this.totalPages = 1;
  else
    this.totalPages = Math.floor((this.totalList-1)/this.pageSize + 1);
  this.pageUrl = sPageUrl;
  if (arguments[4])
    this.pageListSize = nPageListSize;
  else
    this.pageListSize = 100;
}

/**
 * 生成分頁,將HTML直接輸出
 * 無參數
 * 無返回值
 */
Pagination.prototype.generate = function() {
  var output = "";
  output += "<table width=/"98%/" cellspacing=/"1/" cellpadding=/"3/" align=/"center/"><tr><td align=/"right/">";
  output += "共 " + this.totalList + " 條 每頁 " + this.pageSize + " 條 當前第 ";
  output += "<select onchange=/"if(this.value)location.href='" + this.pageUrl + "'.replace(///[pn//]/,";
  output += "this.value);/" align=/"absMiddle/" style=/"font:normal 9px Verdana,Arial,宋體;/">";
  var firstPage = this.pageNum - Math.floor(this.pageListSize/2);
  if (firstPage < 1)
    firstPage = 1;
  var lastPage = firstPage + this.pageListSize - 1;
  if (lastPage > this.totalPages) {
    lastPage = this.totalPages;
    firstPage = lastPage - this.pageListSize + 1;
    if (firstPage < 1)
      firstPage = 1;
  }
  if (firstPage > 1) {
    output += "<option value=/"1/">1</option>";
    if (firstPage > 2)
      output += "<option value=/"/">…</option>";
  }
  for (var p = firstPage; p <= lastPage; p++) {
    output += "<option value=/"" + p + "/"";
    if (p == this.pageNum)
      output += " selected=/"yes/"";
    output += ">" + p + "</option>";
  }
  if (lastPage < this.totalPages) {
    if (lastPage < this.totalPages - 1)
      output += "<option value=/"/">…</option>";
    output += "<option value=/"" + this.totalPages + "/">" + this.totalPages + "</option>";
  }
  if (this.pageNum > this.totalPages)
    output += "<option value=/"/" selected=/"yes/">頁碼超出范圍</option>";
  output += "</select>";
  output += "/" + this.totalPages + " 頁 ";
  if (this.pageNum == 1) {
    output += "[首頁] ";
    output += "[上頁] ";
  }
  else {
    output += "<a href=/"" + this.pageUrl.replace(//[pn/]/, "1") + "/">[首頁]</a> ";
    output += "<a href=/"" + this.pageUrl.replace(//[pn/]/, this.pageNum-1) + "/">[上頁]</a> ";
  }
  if (this.pageNum == this.totalPages) {
    output += "[下頁] ";
    output += "[尾頁]";
  }
  else {
    output += "<a href=/"" + this.pageUrl.replace(//[pn/]/, this.pageNum+1) + "/">[下頁]</a> ";
    output += "<a href=/"" + this.pageUrl.replace(//[pn/]/, this.totalPages) + "/">[尾頁]</a> ";
  }
  output += "</td></tr></table>";
  document.writeln(output);
}

JavaScript技術Javascript實現的分頁函數,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 悠悠影院欧美日韩国产 | 一级做性色a爰片久久毛片免费 | 精品久久中文久久久 | 91热国内精品永久免费观看 | 欧美a网站 | 久久一区视频 | 国产在线播 | 亚洲一区二区三区免费看 | 国产精品天天看特色大片不卡 | 国产成人福利美女观看视频 | 一区二区三区影院 | 一区二区三区不卡免费视频97 | 精品国语对白精品自拍视 | 免费视频一区二区三区四区 | 国产精品一区二区三 | 手机国产乱子伦精品视频 | 国产成人精品午夜在线播放 | 国产视频自拍一区 | 亚洲四色 | 一区二区亚洲视频 | 国产成人精品微拍视频 | 久久精品中文字幕有码日本 | 精品推荐 国产 | 91免费观看视频 | 成人亚洲网站 | 亚洲欧美一区二区三区不卡 | 看全色黄大色黄大片大学生 | 国产精品亚洲一区二区三区正片 | 91色在线 | 中文字幕久久久久久精 | 国产小视频免费在线观看 | 亚洲欧美另类国产综合 | 日韩精品一区二区三区免费视频 | 国产一级一极性活片 | 337p欧美| 亚洲一区www| 美女视频黄视大全视频免费的 | 亚洲精品国产福利 | 一级女毛片| 美女视频黄频大全免费 | 美女一区二区三区 |