标签:
<form onsubmit="return validateCallback(this)" class="pageForm" action="ajaxDone.html" method="post"> 真实姓名:
<input type="text" class="required textInput" maxlength="20" size="30" name="name">(必填验证) 电子邮箱:
<input type="text" alt="请输入您的电子邮件" class="required email textInput" size="30" name="email" id="email_2871">(邮箱验证) 电话:</label>
<input type="text" alt="请输入您的电话" class="phone textInput" size="30" name="phone" id="phone_8171"> 密码:</label>
<input type="password" alt="字母、数字、下划线" class="required alphanumeric textInput" size="30" name="password">(必填,字母、数字、下划线验证) 年龄:</label>
<input type="text" alt="" class="required textInput" size="30" name="age" max="100" min="5">(必填,最大值和最小值验证)
<button type="submit">提交</button> </form>
标签:
原文地址:http://www.cnblogs.com/azhqiang/p/4312818.html