📄 openhelr.js
字号:
//<!--//\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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -