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


You need to login to view comments.