?? link.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 + -