Mike Toloo Data Recovery Sydney Australia The best place on the planet of Earth. I love Australia.

How to hide your email address?

This documnet shows you how to hide your email address from the robots and the email thieves so that you can stop getting junk email!

Let's first have a look at three different traditional ways of coding in HTML to create a clickable email link for the users. Here are the examples:

  1. Please contact us by email: GeorgeBush@yahoo.com.
  2. <a href="mailto: GeorgeBush@yahoo.com"> GeorgeBush@yahoo.com</a>

  3. You may contact us for more information

    <a href="mailto:GeorgeBush@yahoo.com?subject=More information"> more information</a>

  4. Please send me the password
  5. Please send me the <a href="mailto:GeorgeBush@yahoo.com?subject=password&body=Please send me you password. I do not mind waiting for a few days."> password</a>


    By showing your email address like this, computer robots and email thieves can easily steal your email address and send you lots of junk and unwanted email.

    To protect your email address from those crazy people, you can use a JavaScript to hide your true email address and reduce the risk of getting junk email.

    Have a look at the next clickable email link created by a simple JavsScript and and try to understand how it works.


    Please send us an

    The above email link was created by this JavaScript:

    <script language=javascript>
    <!--
    // This JavaScript hides your email address. Author: Mike Toloo
    var ClickableLink = " email ";
    var Loginid = "GeorgeBush";
    var Hostname = "yahoo.com";
    document.write("<a href=" + "mail" + "to:" + Loginid + "@" + Hostname + ">" +
    ClickableLink + "</a>")
    //-->
    </script>


    Mike Toloo ® data recovery specialist 1999-2005 Copyright ©
    Tel: +61 2 98762676 mobile: 0412505080 Sydney Australia.
    ABN: 27-494-452-874 Contact us      
    Since August 1, 2005 you are visitor number:
    1