寻她模板站 ┃ 精美源于细节,细节造就成功。
繁体中文    广告服务
百度搜藏    加入收藏
业务咨询
您的位置: 首页 >> 网站建设教程 >> 超级实用的几种表单校验效果收集
超级实用的几种表单校验效果收集 (16)
更新时间:2008-07-17 10:03:20  作者:admin  来源:互联网  浏览次数:82  文字大小:【】【】【
简介:只能是写限定的东西 程序代码: ENTER键可以让光标移到下一个输入框 <input onkeydown='if(event.keyCode==13)event.keyCode=9' > 只能是中文<input onkeyup='value=value.replace(/[ -~]/g,'')' onkeyd ...
    document.writeln('function reportError(msg,url,line){\nline-=14;\nvar str='You have found an error as below: \\n\\n';\nstr+='Err: '+msg+' on line: '+(line);\nalert(str);\nopener.goto(line);\nopener.focus();\nwindow.onerror=null;\nsetTimeout('self.close()',10);\nreturn true;\n}');

code_win.document.writeln('window.onerror = reportError;');

code_win.document.writeln('<\/script>');

code_win.document.writeln(str);

code_win.document.close();

return;

}

function savecode() {

var str = document.getElementById('txt_main').value;

var code_win = window.open('about:blank','_blank','top=10000');

code_win.document.open();

code_win.document.writeln(str);

code_win.document.close();

code_win.document.execCommand('saveas','','code.html');

code_win.close();

return;

}

function goto(ln) {

if(!/^\d+$/.

[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27]