I want to use Google Mailhide to hide my email address from spam bots.
[Check the same code on Pastebin]
<p>Contact me: robin<a href="http://www.google.com/recaptcha/mailhide/d?k=01v7EWmtV61H3m2_TY5wG32Q==&c=QRu73666IUcwkC6_Q0AyxXUJ-sEg46KlJ66HFM8LhmHlcQ=" onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k\07501v7EWmt6V61H3m2_TY5wG632Q\75\75\46c\75QRu736IU6cwkC6_Q0AyxXUJ-sEg4KlJ666HFM8LhmHlcQ\075', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">...</a>@gmail.com</p>
As you can see, the onclick event is being used to execute some JavaScript code -- essential for opening the link in a popup window. But it doesn't seem to be working as I am simply being taken to the link itself.
Is something wrong with the JavaScript code?
(PS: I am on Kubuntu Linux and using Chrome.)
<p>geek<a href="http://www.google.com/recaptcha/mailhide/d?k=01v7EWmtV61H3m2_TY5wG32Q==&c=QRu736IUcwkC6_Q0AyxXUJ-sEg4KlJ66HFM8LhmHlcQ=" title="Reveal this e-mail address">...</a>@gmail.com</p>
The javascript part isn't in there. Something is wrong.