Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

server side validation and regular expressions

Status
Not open for further replies.

leeolive

Programmer
May 14, 2002
46
GB
Hi

I am working on server side validation and have found some code from that looks great. Only thing is it works perfectly on their site but when I download it, it comes up with this error

Microsoft VBScript runtime error '800a01b0'

File name or class name not found during Automation operation: 'RegExp'

/Expat/validationtest.asp, line 22

I have followed their link to this site with info on Regular Expressions, but have no idea what this is all about. Do I need to download another page or what??

How do I get it to recognise RegExp? Please could someone enlighten me. It all looks interesting but no comprendo.

Thanks!
Lee
 
sounds like you're not running a scripting engine version that supports RegEx

_____________________________________________________________________
onpnt2.gif

 
SOunds like you need to get the MS Scripting engine version 5.5 or later... RegExp support is only really available from v5.5

I'm fairly certain the download is available from the MS website

Thanks,



Hope this helps,

Phil Clare
 
Thanks for getting back!

I have done a test to see which version I have and get
VBScript
5
6

If regexp support only starts from v5.5 then I guess I should donwload this. I have now searched high and low to find a download and can't locate one, not even on the ms site. Can anyone help with this? Also, please could you confirm that this should not affect my system.

Thanks!
Lee
 
you should only have to install the latest version of IE and the scripting engine will be upgraded along with it

_____________________________________________________________________
onpnt2.gif

 
Thanks everyone - all working just fine!!
Cheers
Lee
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top