[RESOLVED]DebugBar Script error ie6

Hello there
I do not know why when I browser http://www.metatradersoftware.com in the contact section I get this debtgubar error. However, I only get the error in ei6 and not in firefox. I know the problem is in the code of the recaptcha for hidding the email because when I remove it, then I do not get the error any more. The error appears on a window in ie6 which says:
DebugBar: Script Error
Line: 64
Character: 13
Code: 0
Error Message: Invalid character
URL: http://www.metatradersoftware.com/conta … 41ebf8f53f
The code which I think is the culprit is:

<?php ... echo "meta..................................................................@gmail.com"; ... ?>

Do you have any idea?
Thanks in advance

when you single-quote a Javascript function call, you must double-quote the parameters, and vice-versa e.g.:
echo “onclick = ‘window.open(“http://www.phpfreaks.com”, “”, “toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300”) return false;’”;

Sponsor our Newsletter | Privacy Policy | Terms of Service