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

📄 link.js

📁 图书管理系统图书管理系统图书管理系统图书管理系统图书管理系统图书管理系统图书管理系统图书管理系统图书管理系统
💻 JS
字号:
document.writeln("<script language=\"Javascript\">");
document.writeln("var getFFVersion=navigator.userAgent.substring(navigator.userAgent.indexOf(\"Firefox\")).split(\"\/\")[1]");
document.writeln("\/\/extra height in px to add to iframe in FireFox 1.0+ browsers");
document.writeln("var FFextraHeight=getFFVersion>=0.1? 16 : 0 ");
document.writeln("");
document.writeln("function dyniframesize(iframename) {");
document.writeln("  var pTar = null;");
document.writeln("  if (document.getElementById){");
document.writeln("    pTar = document.getElementById(iframename);");
document.writeln("  }");
document.writeln("  else{");
document.writeln("    eval(\'pTar = \' + iframename + \';\');");
document.writeln("  }");
document.writeln("  if (pTar && !window.opera){");
document.writeln("    \/\/begin resizing iframe");
document.writeln("    pTar.style.display=\"block\"");
document.writeln("    ");
document.writeln("    if (pTar.contentDocument && pTar.contentDocument.body.offsetHeight){");
document.writeln("      \/\/ns6 syntax");
document.writeln("      pTar.height = pTar.contentDocument.body.offsetHeight+FFextraHeight; ");
document.writeln("    }");
document.writeln("    else if (pTar.Document && pTar.Document.body.scrollHeight){");
document.writeln("      \/\/ie5+ syntax");
document.writeln("      pTar.height = pTar.Document.body.scrollHeight;");
document.writeln("    }");
document.writeln("  }");
document.writeln("}");
document.writeln("<\/script>");
document.writeln("<iframe id=\"myTestFrameID\" onload=\"javascript:{dyniframesize(\'myTestFrameID\');}\" ");
document.writeln("marginwidth=0 marginheight=0 frameborder=0 scrolling=no src=\"link\/ttlink.asp\" width=760 height=115><\/iframe>");
document.writeln("")

⌨️ 快捷键说明

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