Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Hiding email from spambots


EricK

Recommended Posts

Is it possible to hide email from spambots in defined text? I'd like to do this in define('FOOTER_TEXT_BODY', but get a parse error.

 

<script language="javascript">

<!--

document.write('echo 'emailE='MyDomain.com'

emailE=('Webmaster' + '@' + emailE)

document.write('<A href="mailto:' + emailE + '">' + emailE + '</a>')'');

//-->

</script> <noscript>

 

 

Any ideas, or other solutions?

 

Thanks,

EricK

Link to comment
Share on other sites

Is it possible to hide email from spambots in defined text? I'd like to do this in define('FOOTER_TEXT_BODY', but get a parse error.

 

<script language="javascript">

<!--

document.write('echo 'emailE='MyDomain.com'

emailE=('Webmaster' + '@' + emailE)

document.write('<A href="mailto:' + emailE + '">' + emailE + '</a>')'');

//-->

</script> <noscript>

 

 

Any ideas, or other solutions?

 

Thanks,

EricK

the easiest way is to hide your email address in the form of a graphics file.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...