- 積分
- 227
- 威望
- 227
- 金錢
- 183
- 最後登錄
- 2014-1-21
|
我在注册页面模板里用了正则表达式,但似乎不起作用。- <label>提示语:1、本论坛 『 <font color=red>只接受中文注册</font> 』用户*</label>
- <label> 2、本论坛 『 <font color=red>只接受QQ邮箱注册</font> 』用户*</label>
- <label><em>{lang username}:</em><input type="text" size="25" maxlength="15" name="username" id="username" value='' onpropertychange="with(this)if(/[^\u4e00-\u9fa5]/ig.test(value))value=value.replace(/[^\u4e00-\u9fa5]/ig,'')" onBlur="checkusername()" tabindex="1" class="txt" /> *</label>
- <label><em>{lang password}:</em><input type="password" name="password" size="25" id="password" onkeypress="detectCapsLock(event, this)" tabindex="1" class="txt" /> *</label>
- <label><em>{lang password_confirm}:</em><input type="password" name="password2" size="25" id="password2" onkeypress="detectCapsLock(event, this)" tabindex="1" value="" class="txt" /> *</label>
- <label><em>{lang email}:</em><input type="text" name="email" autocomplete="off" size="25" id="email" value='' onpropertychange="with(this)if(/[^[\w-]+(\.[\w-]+)*@qq(\.[\w-]+)+$]/ig.test(value))value=value.replace(/[^[\w-]+(\.[\w-]+)*@qq(\.[\w-]+)+$]/ig,'')" onBlur="checkemail()" tabindex="1" class="txt" /> *</label>
複製代碼 |
|