Escramble

 
Back

Address harvesters simply look through the raw HTML for a mailto: and then grab your address. Use this simple script to mask your email address and cut down on the amount of spam in your diet!

Simply edit the parts I've shown in red to reflect your own email address, drop it into your HTML and away it goes.

  <script>
function escramble(){
var a,b,c,d,e,f,g,h,i
a='<a href=\"mai'
b='ng264'
c='\">'
a+='lto:'
b+='@'
e='</a>'
f='Click here!'
b+='tutor.open.ac.uk'
g='<img src=\"'
h=''
i='\" alt="Email me." border="0">'
if (f) d=f
else if (h) d=g+h+i
else d=b
document.write(a+b+c+d+e)
}
escramble()
</script>
 
   
Click on Nogbad to go back to the index