?? ck6.js
字號:
//...特碼、平碼..//
////////////////////////////////////////////////////
// 廣州市 CK 聯合網絡小組 //
// //
// WEB: www.hk666b.com www.pnqk.com //
// //
// QQ: 66622488 //
////////////////////////////////////////////////////
//
//
function CheckAll(form){
for (var i=0;i<form.elements.length;i++){
var e = form.elements[i];
e.checked = true;
}
}
function FanAll(form) {
for (var i=0;i<form.elements.length;i++) {
var e = form.elements[i];
if (e.checked == true){e.checked = false;}
else {e.checked = true;}
}
}
function CCK(noCB,noHL){
if (!noHL){
if (noCB.checked)
hL(noCB);
else
dL(noCB);
}
}
function hL(E){ while (E.tagName!="TR") {E=E.parentElement;} E.className="H"; }
function dL(E){ while (E.tagName!="TR") {E=E.parentElement;} E.className="L"; }
function Chnos(nos){
var nostemp=nos.value;
if (nostemp == ""){ return false;}
if (/[^0-9.]/g.test(nostemp)) { nos.value = ""; nos.focus(); alert("Error: number 0 - 9"); return false; }
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -