Powered by WordPress | Theme by mg12 | Valid XHTML 1.1 and CSS 3

Anti Spam - Masking Your Email

Here is a very valuable way to stop spam bots from raking your emails while allowing you to still have an active email link. I’ve had a lot of spam and its mostly because of unmasked links that are on my site a few months have passed since applying this to my site i have almost no spam…

This script needs to be embedded in your <head> or where appropriate:

<script language=”JavaScript” type=”text/JavaScript”>
<!–
function mask(end,middle,start,subject){
var one =’mai’;
var two=’lto:’;
var three=’?Subject=’;
//start,middle,end,subject;
var putogether= one+two+start+middle+end+three+subject;
document.location.href=eval(’”‘+putogether+’”‘);
window.status=putogether;
}
//–>
</script>

This is the html link:

<a href=”#” onMouseDown=”mask(’o.com’,'n@fazeonestudi’,'be’,”)”> ben[at]fazeonestudio.com</a>

Sample: View Link

Join the forum discussion on this post - (1) Posts
Monday, December 1st, 2008 at 00:32

Leave a Reply

TOP