Web Tool Bag  
Home · Articles · Downloads · Discussion Forum · Web Links · News CategoriesJuly 31 2010 10:10:28
Navigation
Home
Articles
Downloads
Discussion Forum
Web Links
News Categories
Search
Users Online
Guests Online: 6
No Members Online

Registered Members: 207
Unactivated Members: 0
Newest Member: Emily Benjamin
Hide email address from spammer harvesters

Hide email address from spammer harvesters

When you need to show some email on your web page you need to protect it from spammer email harvesters. Don't list your email easy for any e-mail harvester program to find, and then include it to some spamming list.
There are some tricks to hide your email and show it smart to your custommers.



1. youraddress[at]yourhost.com - The result: youraddress[at]yourhost.com

2. youraddress & # 6 4 ; yourhost.com - The result: youraddress@yourhost.com          

3. JavaScript hide email from spammer
<script language="JavaScript" type="text/javascript">
    <!--      
    var myemail   = "youraddress" 
    var emailHost = "yourhost.com" 
    var showthat  = email + "& # 6 4 ;" + emailHost
    document.write("<a href=" + "mail" + "to:" + myemail + "@" + emailHost+ ">" + showthat + "</a>" + ".") 
    //--> 
     </script>


Posted by zdravko on April 27 2007 21:16:57 1740 Reads · Print
Ratings
Rating is available to Members only.

Please login or register to vote.

No Ratings have been Posted.
Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Shoutbox
You must login to post a message.

No messages have been posted.
manual submit
Copyright © 2010 - www.webtoolbag.com