|
There are quite a few sites that will let you encode your email address via JavaScript to show it on a web site without bots being able to find it, & therefore spam it (or at least it stems the tide).
When you click on them it opens a new email message in the user’s email client with the email address in the ‘to’ field.
What I want to do is display an email address on a web site & encode it in JavaScript (to help prevent spam), but I don’t want it to open a new email when clicked on (I want to activate some different JavaScript instead).
Does anyone know if this would be possible?
|