//使用法
//onblur="numberBlur(this,true);"
//onkeypress="checkKeyPress(this,/^((\w)*|([\u4e00-\u9fa5])*)*$/);"
//onkeypress="checkNumPress(this,/^[0-9]\d*$/); 數值"
//onKeyPress 

//數值彈跳視窗
function checkKeyPressJimmy(ctl, reg) {
if (ctl.readOnly || ctl.disabled) return false;
var docSel = document.selection.createRange();
if (docSel.parentElement().tagName != "INPUT") return false;

爆肝可樂奶 發表在 痞客邦 留言(0) 人氣()