js验证函数大全.docVIP

  • 0
  • 0
  • 约11.13万字
  • 约 17页
  • 2017-05-30 发布于河南
  • 举报
js验证函数大全

js验证函数大全 // JScript File //******************加強javascript功能*****// Stotype.Trim = function() { return this.replace(/(^\s*)|(\s*$)/g, ); } Stotype.LTrim = function() { return this.replace(/(^\s*)/g, ); } Stotype.RTrim = function() { return this.replace(/(\s*$)/g, ); } //******************驗證*******************// //檢測中英文夾雜字串實際長度 function CheckLen(ControlID,Length,FieldDesc,blnRequest) { var control = GetControl(ControlID); var value = GetControlValue(ControlID); var strAlert = ; if(blnRequest==true) { strAlert = CheckControl(Request,ControlID,FieldDesc); i

文档评论(0)

1亿VIP精品文档

相关文档