openhelp.js
来自「apache windows下的一款好」· JavaScript 代码 · 共 12 行
JS
12 行
//<!--//\include\js\help\openHelpWindow.js@@\main\11var hw=""var nhw=""function openHelpWindow(path){if(navigator.appName.indexOf("WebTV")==-1){hw=window.open(path,"helpwin","height=465,width=410,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no,resizable=yes,titlebar=no");if((navigator.userAgent.toLowerCase().indexOf("msie")==-1)||(parseInt(navigator.appVersion)>=5))hw.focus();return false;}else{document.location.href=path;}}function openNonHelpWindow(path){if(navigator.appName.indexOf("WebTV")==-1){nhw=window.open(path,"third","height=400,width=620,scrollbars=yes,status=yes,toolbar=yes,menubar=yes,location=yes,resizable=yes,titlebar=yes");nhw.focus();return false;}else{document.location.href=path;}}// -->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?