📄 windows.js
字号:
<!--function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features);}function over_change(src,clrOver){ if (!src.contains(event.fromElement)) { src.style.cursor="hand"; src.bgColor = clrOver; }}function out_change(src,clrIn){ if (!src.contains(event.toElement)) { src.style.cursor = "default"; src.bgColor = clrIn; }} function openIT() { theurl="popo.htm" wname ="CHROMELESSWIN" W=660; H=400; windowCERRARa = "close_a.gif" windowCERRARd = "close_d.gif" windowCERRARo = "close_o.gif" windowTIT = "<font face=verdana size=1> 投稿活动进行中...</font>" windowBORDERCOLOR = "#000000" windowBORDERCOLORsel = "#FFFFFF" windowTITBGCOLOR = "#e0e0e0" windowTITBGCOLORsel = "#a0a0a0" openchromeless(theurl, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowTIT, windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)}function js_callpage(htmlurl) { var d = new Date(); var t =d.getTime(); var newwin=window.open(htmlurl, t,"toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes");}//-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -