?? openwindow.js
字號:
function callpage(htmlurl) {
var newwin=window.open(htmlurl,"_blank","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=0,resizable=no,top=100,left=80,width=184,height=220");
newwin.focus();
return false;
}
function callpage2(htmlurl) {
var newwin=window.open(htmlurl,"fevorites","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,top=10000,left=10000,width=1,height=1");
newwin.focus();
return false;
}
function Openmemberinfo(htmlurl){
var memberinfowin=window.open(htmlurl,'info','scrollbars=1,resizable=1,height=202,width=368,left=100,top=0');
memberinfowin.focus();
return false
}
function OpenQQ(htmlurl){
var memberinfowin=window.open(htmlurl,'','scrollbars=1,resizable=1,height=202,width=368,left=100,top=0');
memberinfowin.focus();
return false
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -