How to protect the
eMail addresses on your website from Spammers!
Highlite the code below,
copy then paste into the body of your
html page where you want the email address
to appear, then edit the items shown in
bold to reflect the address and subject
you want to appear on the email.......as
below.
<script LANGUAGE="JavaScript"><!--
BEGIN Script
var cry1=String.fromCharCode(109,97,105,108,116,111,58);document.write("<a
href=\"");document.write(cry1);
document.write("help");
document.write(String.fromCharCode(64));
document.write("websitemanagementservices.com");
document.write("?subject=Visitor
Enquiry\">");
document.write("help");document.write
(String.fromCharCode(64));
document.write("websitemanagementservices.com");
document.write("</a>");
//END --></script>
It looks like this