View Single Post
  #6 (permalink)  
Old July 26th, 2004, 09:46 AM
bmains bmains is offline
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Hey,

Didn't notice something earlier when I looked at your code. You need to create the RegExp object at the client side in the VBScript code (exactly as I had before), not at the ASP level. VBScript runs at the client side and can't see anything in the <% %>.

Brian
Reply With Quote