Hello,
My ASP page (Contact form) has a mailto:%@=% - mailto:%@= - @LANGUAGE="JAVASCRIPT" line at the top. So when I try to display it, I get the following error:
Microsoft JScript compilation error '800a03f7'
Unterminated string constant
/chs/CAPTCHA/CAPTCHA_license.asp, line 2
It appears that, the browser expects a javascript statement in the include file (CAPTCHA_license.asp) and interprets the first VBSCRIPT remark as an unterminated string.
What do I have to do, to integrate the captcha to my Javascript ASP page correctly?
Any help will be appreciated greatly.