Protect Your Email Address

Cut down on the spam in your inbox. Use this script to hide your e-mail address from harvesting robots. This is done by breaking up your email address so the robots cannot read it and send you all the junk and spam you really don't want to begin with.

W e have tested the code in IE5.5, IE6.0, Firefox1.0, Opera7.54u1 and Netscape7.02. This script worked well in all platforms with no variations observed.

Get Firefox!

D epending on your knowledge of HTML, this is an easy, one part copy and paste code that goes anywhere within the <BODY> section of your document where you have your email address. See below:

<!--
Edit the three var lines (anchortext, mailpart1, and mailpart2)
by entering your e-mail information. Then use this script where
you want to display your e-mail address.
-->

<!-- Begin
var anchortext = "Email Me";
var mailpart1 = "username";
var mailpart2 = "domain.com";
document.write("<a href=" + "mail" + "to:" + mailpart1 + "@" + mailpart2 + ">" + anchortext + "")
// End -->
</script>

N ow, lets define (clarify) all three elements within the code.

  • var anchortext = "Contact The Webmaster";     this is the text that will be seen on the page.

  • var mailpart1 = "username";     This is your username within the email address
    For Example:
    Webmaster@ConsigliereLtd.zzn.com

  • var mailpart2 = "domain.com";     this is the .com or .net etc. at the end of the email address. For Example:
    Webmaster@ConsigliereLtd.zzn.com

N ow to put it all together, an example would look like:

<!-- Begin
var anchortext = "Contact The Webmaster";
var mailpart1 = "Webmaster";
var mailpart2 = "ConsigliereLtd.zzn.com";
document.write("<a href=" + "mail" + "to:" + mailpart1 + "@" + mailpart2 + ">" + anchortext + "")
// End -->
</script>

 ]

I f you would like to add this effect into your pages, grab the below link and you are there. If you have any problems with this, feel free to contact us.
Get Code Here ]

Talk Live To A Support Technician

[ Yahoo! ] options

Search Our Site By Individual letter

A ]  [ B ]  [ C ]  [ D ]  [ E ]  [ F ]  [ G ]  [ H ]  [ I ]  [ J-K ]  [ L ] 
M ]  [ N-O ]  [ P-Q ]  [ R ]  [ S ]  [ T ]  [ U-V ]  [ W ]  [ X-Y-Z ] 

Little Tips Directory

Page 1  ] [ Page 2 ] [ Page 3 ] [ Page 4 ] [ Page 5  ] [ Page 6  ] [ Page 7  ]

Index Page 1 ] [ Index Page 2 ] [ Index Page 3 ] [ Index Page 4 ] [ Index Page 5 ]
Index Page 6 ] [ Index Page 7 ] [ Index Page 8 ] [ Index Page 9 ] [ Index Page 10 ]
Index Page 11 ] [ Index Page 12 ] [ Index Page 13 ]

News Letter Archives ] [ Navigation Page ] [ Archives Of Published Material ]
Link To Us ] [ Alphabet Index ] [ Feedback ] [ On Line Support ] [ FAQ ]
Webmaster Utilities ] [ Casino ] [ Banner Exchange ] [  Advanced Site Search ]

If you are part of the ever growing number of webmasters who enjoy sharing your knowledge with others on web design, join The Consigliere Ltd. web ring to broaden your scope of exposure.
Join Today

This Site Was Built And Is Maintained Exclusively by
The Webmaster @ Consigliere Ltd.

Copyright © Consigliere Ltd., All Rights Reserved. 2001-