/ Published in: JavaScript
An easy way to hide your email from spam bots.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<a href="javascript:void(0);" onclick="window.open('mailto:'+ 'your' + '@' + 'emailaddress.edu','_self'); return false;">Email Us</a>