搜索

最新评论

友情博客

RSS

我的 Blog:
allinhands 最新的 20 条日志
[.Net]
[VBScript]
[JScript]
[XML]
[HTML&CSS]
[ASP]
[ActiveX]
[Software]
[Other]
全站 Blog:
全站最新的 20 条日志
 
不能输入中文函数

相关代码:
Function isRegisterUserName(s)
Set regEx = New RegExp
regEx.Pattern = "[^ -}]"
regEx.IgnoreCase = True
regEx.Global = True
isRegisterUserName = regEx.Test(s)
End Function

Function isvalid(form)
xm = form.xm.value
if Not isRegisterUserName(xm) Then
alert "This could not input Chinese"
Else
isvalid = True
End If
End Function

缺缺 发表于 2004-7-28  [所属栏目:JScript | 返回首页]
小字体中字体大字体
评论(共 {Count} 条)
{CommentAuthor}:
{CommentTime}
{CommentUrl}
{CommentEmail}
{CommentIp}
{CommentContent}