DWZ驗證表單規則一覽

2022-01-23 05:21:02 字數 1370 閱讀 1277

<

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

>

DWZ驗證表單規則一覽

密碼 必填,字母 數字 下劃線驗證 年齡 必填,最大值和最小值驗證 提交 code email 請輸入正確格式的電子郵件 url 請輸入合法的 date 請輸入合法的日期 dateiso 請輸入合法的日期 iso number 請輸入合法的數字 digits 只能輸入整數 creditcard 請輸...

DWZ驗證表單規則一覽

密碼 必填,字母 數字 下劃線驗證 年齡 必填,最大值和最小值驗證 提交 email 請輸入正確格式的電子郵件 url 請輸入合法的 date 請輸入合法的日期 dateiso 請輸入合法的日期 iso number 請輸入合法的數字 digits 只能輸入整數 creditcard 請輸入合法的信...

DWZ驗證表單規則一覽

form onsubmit return validatecallback this class pageform action ajaxdone.html method post 真實姓名 input type text class required textinput maxlength 20 ...