Hi GreyHead,
please could you test directly this error:
- go to http://www.psicoeuropa.it/servizi/blog
- clic on Servizio gratuito di assistenza remota
- insert username: test password: 1234
- Insert a random name
- Insert this email: [email]test@acme.com[/email] (this email already exists in the db. In Server Side validation Code I check if it exists or not)
- check the Agreement & clic REGISTRATI
Once the code check that the email exists, in the email field appears a code:
<script language='JavaScript' type='text/javascript'> <!-- var prefix = 'mailto:'; var suffix = ''; var attribs = ''; var path = 'hr' + 'ef' + '='; var addy66203 = 'test' + '@'; addy66203 = addy66203 + 'acme' + '.' + 'com'; document.write( '<a ' + path + '\'' + prefix + addy66203 + suffix + '\'' + attribs + '>' ); document.write( addy66203 ); document.write( '<\/a>' ); //--> </script><script language='JavaScript' type='text/javascript'> <!-- document.write( '<span style=\'display: none;\'>' ); //--> </script>This e-mail address is being protected from spambots. You need JavaScript enabled to view it <script language='JavaScript' type='text/javascript'> <!-- document.write( '</' ); document.write( 'span>' ); //--> </script>
Have an idea why? What can I do to remove it?
Thanks
Alexx
please could you test directly this error:
- go to http://www.psicoeuropa.it/servizi/blog
- clic on Servizio gratuito di assistenza remota
- insert username: test password: 1234
- Insert a random name
- Insert this email: [email]test@acme.com[/email] (this email already exists in the db. In Server Side validation Code I check if it exists or not)
- check the Agreement & clic REGISTRATI
Once the code check that the email exists, in the email field appears a code:
<script language='JavaScript' type='text/javascript'> <!-- var prefix = 'mailto:'; var suffix = ''; var attribs = ''; var path = 'hr' + 'ef' + '='; var addy66203 = 'test' + '@'; addy66203 = addy66203 + 'acme' + '.' + 'com'; document.write( '<a ' + path + '\'' + prefix + addy66203 + suffix + '\'' + attribs + '>' ); document.write( addy66203 ); document.write( '<\/a>' ); //--> </script><script language='JavaScript' type='text/javascript'> <!-- document.write( '<span style=\'display: none;\'>' ); //--> </script>This e-mail address is being protected from spambots. You need JavaScript enabled to view it <script language='JavaScript' type='text/javascript'> <!-- document.write( '</' ); document.write( 'span>' ); //--> </script>
Have an idea why? What can I do to remove it?
Thanks
Alexx