Hi,
I'm using using the zoom search (asp) and I'm getting the following error:
Sun ONE ASP VBScript compilation (0x800A0411)
Name redefined: 'regExp'
/search.asp, line 1501, column 5
Since it's telling that regExp it's been redefined I look for it on other pages and I found it on the file "WebUIValidation.js" inside the folder called "aspnet_client", certantly I did not created this folder neither the files, so I'm not sure how to fix this problem.
Please how I can fix this problem!
http://www.radoil.com/search_template.html
Renaming Variables maybe?
Thanks,
ps: I already deleted the declaration(DIM regexp) as suggested on the website but that did not work.
I'm using using the zoom search (asp) and I'm getting the following error:
Sun ONE ASP VBScript compilation (0x800A0411)
Name redefined: 'regExp'
/search.asp, line 1501, column 5
Since it's telling that regExp it's been redefined I look for it on other pages and I found it on the file "WebUIValidation.js" inside the folder called "aspnet_client", certantly I did not created this folder neither the files, so I'm not sure how to fix this problem.
Please how I can fix this problem!
http://www.radoil.com/search_template.html
Renaming Variables maybe?
Thanks,
ps: I already deleted the declaration(DIM regexp) as suggested on the website but that did not work.
Comment