JavaScript: Hide e-mail addresses from spam robotsThis JavaScript hides e-mail addresses on your website from spam robots. Spammer searches websites automatically with robots for e-mail addresses. To make it a little bit harder that spammer gets your e-mail address, you can misrepresent an e-mail address. In the Usenet e-mail addresses are printed often in the form: n-a-m-e@domain.comor name [at] domain [dot] com The following JavaScript coins multiple parts of an e-mail address, so the browser and an user doesn't see a difference. But in the source of the HTML file can't the address not be found. Exampleor Compatible and tested withMicrosoft Internet Explorer 5.0 or higher LicenseOpen Source (GNU GPL) SourcecodeJavaScript functionIf you want to protect your e-mail address in multiple pages, you can use a exteranl JavaScript file with this funtion: HTML sourcecode: |