Hate spam? Me too. Here's my tips on how to get less
window.onload = function(){
if (document.getElementById){
//You can obfuscate this as much as you like
var where = "@"
var mail = "alias" + where + "yourdomain." + "com";
//then put it into the page
document.getElementById('email').innerHTML=
'<a href="mailto:'+mail+'">'+mail+'</a>';
document.getElementById('emailExplanation')
.style.display="none";
}
}
And this in the body of your page:
<p id="email">
alias (at] yourdomain {dot) com
</p>
<p id="emailExplanation">
(Excuse the odd formatting of that email
address - it's to try and throw spambots
off the scent.)
</p>
Labels: email, gmail, google mail, spam
0 Comments |
Back Links |
![]()
![]()
Occasionally interesting, sometimes geeky, usually correctly spelt lifehacking tips 'n tricks from me, Mat, a British web guy working in Vancouver, Canada.
Subscribe to
Posts [Atom]