?? js.js
字號:
function openplay(str,str1){
widthv = "500";
heightv = "470";
xposition = (screen.width - widthv)/2;
yposition = (screen.height - heightv)/2;
window.open('../play'+str1+'.asp?id='+str,'play','toolbar=no,Directories=no,location=no,Status=no,,menubar=no,resizable=1,scrollbars=no,width='+widthv+',height='+heightv+',left='+xposition+',top='+yposition)
}
function opendown(str){
window.open('../down.asp?id='+str,'down','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=380')
}
function openusercenter(str){
window.showModalDialog('../member/index.asp?id='+str,'usermain','dialogHeight:500px;dialogWidth:700px;scroll:no;resizable:no;status:no;help:no');
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
function opsbanner(str1,str2,str3)
{
window.showModalDialog(str1,'main','dialogHeight:'+str2+'px;dialogWidth:'+str3+'px;scroll:no;resizable:no;status:no;help:no');
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -