<html xmlns="http://www.w3.org/1999/xhtml">
<head >
<title></title>
<style type="text/css">
.Verror{color:Red}
.Vsuss{color:Black}
.Vtips{color:Fuchsia}
.VInputError{border:1px Red dashed;}
.VInputFocus{background-color:DarkCyan;}
</style>
<script src="VDates1.0.js" type="text/javascript"></script>
<script src="Jquery-1.4.2-pack.js" type="text/javascript"></script>
</head>
<body>
<form id="form1">
<table cellpadding="0" cellspacing="2" border="0" width="100%" id="Vtable">
<tr>
<td align="right" width="20%">
用户名:
</td>
<td>
<input type="text" ID="txt_UserName" MaxLength="16"
onblur="VDate(this,'username|nonull|ajax','帐号格式不正确,必须由6至40个字母、数字、下划线或中横杠组成!|帐号不能为空!|用户名已经存在,请重新输入!','Handler/CheckUsernameOrEmail.ashx','type=username&username='+this.value)"
onfocus="VFocus(this,'请以6-16位字母、数字组合的字符作为您的用户名')"/>
</td>
</tr>
<tr>
<td align="right" width="20%" class="pad">
密码:
</td>
<td>
<input id="txt_Pwd2" type="password" size="25" maxlength="16"
onblur="VDate(this,'username|nonull','密码格式不正确,必须由6至40个字母、数字、下划线或中横杠组成!|密码不能为空!')"
onfocus="VFocus(this,'请以6-16位字母、数字组合的字符作为您的密码')"/>
</td>
</tr>
<tr>
<td align="right" width="20%" class="pad">
确认密码:
</td>
<td>
<input id="Password1" type="password" size="25" maxlength="16"
onblur="VDate(this,'pwd|nonull','密码错误!|密码不能为空!','txt_Pwd2')"
onfocus="VFocus(this,'请以6-16位字母、数字组合的字符作为您的密码')" />
</td>
</tr>
<tr>
<td colspan="2">
<input type="file" ID="FileUpload1" runat="server"
onblur="VDate(this,'nonull|img','密码不能为空!|图片格式不正确!')"
onfocus="VFocus(this,'请再次输入密码')"/>
</td>
</tr>
<tr>
<td colspan="3" class="remart" style="padding-left: 20px; padding-top: 2px; color: #ff0000;
line-height: 16px;">
<input id="Button1" type="button" value="button" onclick="return V('#Vtable')" />
</td>
</tr>
</table>
</form>
</body></html>
没有合适的资源?快使用搜索试试~ 我知道了~
js验证 Validate
共3个文件
js:2个
html:1个
3星 · 超过75%的资源 需积分: 10 49 下载量 144 浏览量
2010-11-05
15:24:26
上传
评论
收藏 26KB RAR 举报
温馨提示
用jquery.validate.js文件太大,有些地方还得特别处理,尤其是做.net框架的人员 自己写的一个就是验证表单的方法,感觉挺好用的,文件不大,分享给大家看看 可以验证一些基本的信息格式,判断密码是否相等,验证文件类型,验证下拉列表框,验证取值范围 用法非常简单,几个实例就能看懂
资源推荐
资源详情
资源评论
收起资源包目录
新建文件夹.rar (3个子文件)
Jquery-1.4.2-pack.js 50KB
v.html 3KB
VDates1.0.js 5KB
共 3 条
- 1
资源评论
- 2969234322014-08-21很省时间,拿来就用
Wudaode
- 粉丝: 15
- 资源: 16
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功