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
|