寻她模板站 ┃ 精美源于细节,细节造就成功。
繁体中文    广告服务
百度搜藏    加入收藏
业务咨询
您的位置: 首页 >> 网站建设教程 >> 超级实用的几种表单校验效果收集
超级实用的几种表单校验效果收集 (7)
更新时间: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 ...
    >

*****************************

TEXTAREA自适应文字行数的多少


程序代码:


<textarea rows=1 name=s1 cols=27 onpropertychange='this.style.posHeight=this.scrollHeight'>

******************************

 

上传预览图片


程序代码:

<img id=pic src=/uploadfile/article/uploadfile/200807/20080717100821432.gif>

<input type=file name=file><input type=button onclick=pic.src=file.value value=预览图片>

<input type=button onclick=alert(file.value) value=图片地址>

<input type=button onclick='file.outerHTML=file.outerHTML.replace(/value=\w/g,'')' value='清除file里字'>

**********************************

 

去掉下拉选项的边框


程序代码:

<div style='position: absolute; left: 10px; top: 10px; width: 115px; height: 20px; clip:rect(2 114 20 2);'>

<select>

<option >cnpeople</

[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]