PDA

View Full Version : How Do I hide my email from Spammers ?



douchrti2004
09-06-2006, 07:51 PM
Hi,
Last question tonite, I swear it!
Somewhere in the help manula today I cam across code to add to my site to hide my email addy from spammers.

Help to find it woould be greatly appreciated

Gnite all

page1ink.
09-06-2006, 08:03 PM
I use this site: http://www.wbwip.com/wbw/emailencoder.html.

Or you can create an image in mspaint (or whatever you prefer) and save it as a .gif.

thenewguy
09-06-2006, 10:12 PM
http://www.domaintools.com/domain-privacy/email-protection.html

Basil
09-06-2006, 10:27 PM
<script type="text/javascript">
a = "email"; b = "example.com";
document.write("<a href=\"mailto:"+a+"@"+b+"\">"+a+"@"+b+"</a>");
</script>

douchrti2004
09-07-2006, 07:08 AM
Thanks Guys,
I really like the help here. Its a lot different at my present Hoster.
Their days are numbered.

Take care,

thenewguy
09-07-2006, 11:21 AM
http://helpdesk.bluehost.com/kb/index.php?x=&mod_id=2&id=289