⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 page09.js

📁 客户管理crm xitong ,希望能给你带来帮助
💻 JS
字号:
var folder = "";
function initFolder(){
  if (navigator.appName.indexOf('Microsoft') != -1 && navigator.appVersion.indexOf('Mac') != -1 && navigator.userAgent.indexOf('MSIE 4') == -1){
    folder = "";
  }
}
function goToPrevious(){
  var currPage = document.location;
  if (previous != "end"){
    currPage.href = eval('"' + folder + previous + '"');
  }
  else{
    alert('当前页即为第一页,请检查。');
  }
}
function goToNext(){
  var currPage = document.location;
  if (next != "end"){
    currPage.href = eval('"' + folder + next + '"');
  }
  else{
    alert('当前页即为最后一页,请检查。');
  }
}
function goToHome(){
  var currPage = document.location;
  var num1, num2;
  if (previous != "end"){
    num1 = parseInt(getnum(pagenum1));
    num2 = 999 - num1 + 1;
    currPage.href = eval('"' + folder + pagenum1 + num2 + ".htm" + '"');
  }
  else{
    alert('当前页即为第一页,请检查。');
  }
}
function goToEnd(){
  var currPage = document.location;
  if (next != "end"){
    currPage.href = eval('"' + folder + pagenum1 + '999.htm' + '"');
  }
  else{
    alert('当前页即为最后一页,请检查。');
  }
}
function goToPage(){
  var currPage = document.location;
  var num;
  var num1 = document.pageform.page.value;
  var num2 = parseInt(getnum(pagenum1));
  if (isNaN(parseInt(num1)) == true){
    alert('页码输入错误,请检查。');
  }
  else {
    num1 = parseInt(num1);
    if (num1 > eval(getnum(pagenum1))){
      alert('很抱歉目前还没有这一页,请检查。');
    }
	else {
	  num = 999 - num2 + num1;
      currPage.href = eval('"' + folder + pagenum1 + num + ".htm" + '"');
	}
  }
}
function WritePage(){
  var num1 = parseInt(getnum(pagenum1));
  var num2 = parseInt(pagenum2);
  num2 = num1 + num2 - 999;
  document.write('第' + num2 + '页  共' + num1 + '页');
}
function Load3D(tle, name){
	newWin = window.open("", "newWin","scrollbars=yes,resizable=yes,left=0,top=0");
	newWin.document.open();
	newWin.document.write("<html><head><title>建筑艺术-桂鹤松个人主页</title><link rel=stylesheet href=../../css/arch01.css type=text/css></head><body bgcolor=#FFFFFF text=#000000 leftmargin=0 topmargin=0><table width=100% border=0 cellspacing=0 cellpadding=0><tr><td width=3 height=3></td><td></td><td width=3></td></tr><tr><td width=3>&nbsp;</td><td align=center bgcolor=#006699 height=80><img src=../../images/logo/logo01.jpg width=160 height=80><img src=../../images/banner/b0101.jpg width=600 height=80></td><td width=3>&nbsp;</td></tr><tr><td></td><td><table width=100% border=0 cellspacing=0 cellpadding=0 height=4 bgcolor=#F88B1C><tr><td></td></tr></table></td><td></td></tr></table><table width=100% border=0 cellspacing=0 cellpadding=0><tr><td width=3>&nbsp;</td><td width=30 height=30 align=center><img src=../../images/dot/dot0002.gif width=14 height=14></td>");
	newWin.document.write("<td>" + tle + "</td>");
	newWin.document.write("<td width=3>&nbsp;</td></tr></table><table width=100% border=0 cellspacing=0 cellpadding=0><tr><td width=3>&nbsp;</td><td align=center><object id=3D classid=clsid:B2BE75F3-9197-11CF-ABF4-08000996E931 codebase=whip.cab#version=4,0,42,102 width=700 height=580>");
	newWin.document.write("<param name=Filename value=images/" + name + ".dwf>");
	newWin.document.write("<embed pluginspage=http://www.autodesk.com/prods/whip width=700 height=580 src=images/" + name + ".dwf></embed>");
	newWin.document.write("</object></td><td width=3>&nbsp;</td></tr></table><table width=100% border=0 cellspacing=0 cellpadding=0><tr><td>&nbsp;</td></tr></table><table width=100% border=0 cellspacing=0 cellpadding=0><tr><td width=3>&nbsp;</td><td valign=top> <table width=100% border=0 cellspacing=0 cellpadding=0 height=4 bgcolor=#F88B1C><tr><td></td></tr></table><table width=100% border=0 cellspacing=0 cellpadding=0><tr><td height=50 align=center bgcolor=#006699><font color=#FFFFFF>版权所有 &copy; 19998 - 2002 新迪软件工作室</font></td></tr></table></td><td width=3>&nbsp;</td></tr></table></body></html>");
	newWin.document.close();
	newWin.focus();
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -