Hide email address from web crawlers


/ Published in: JavaScript
Save to your folder(s)

An easy way to hide your email from spam bots.


Copy this code and paste it in your HTML
  1. <a href="javascript:void(0);" onclick="window.open('mailto:'+ 'your' + '@' + 'emailaddress.edu','_self'); return false;">Email Us</a>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.