A nti S pam M easures

 

This is a spam-unfriendly site!

Attention Webmasters!

In addition to the html page full of bogus non-existent e-mail addresses, all legitimate e-mail addresses appearing on this website are protected against web-crawlers and scum-bots attempting to gather this information.

 

This is handled with a clever, yet relatively simple, JavaScript routine and is totally transparent to the end-user.  Font, Font Size and Font Colour are configurable.

Webmasters: I would urge you to employ this type of code on your own sites:

Copy the code below and, using a text editor, incorporate it into your web page. 

Do NOT use a WYSIWYG editor ie; Word, FrontPage or Netscape Composer as they will modify the code.

ONLY use a text editor or other program in text-only mode.

<SCRIPT LANGUAGE=JAVASCRIPT>

<!--

//simply enter your emailname and email server below

//and copy and paste to entire where you want it to show.

emailname = "vk4cp"

emailserver = "bigpond.com"

//change the font face, color and size below

document.write("<FONT face='Tahoma,Helvetica' size=2>");

document.write("e-mail: ");

document.write("<A href='mailto:" + emailname + "@" + emailserver + "'>");

document.write("<FONT color='ff0000'>");

document.write(emailname + "@" + emailserver);

document.write("</A>");

document.write("</FONT>");

//-->

</SCRIPT>

 

The code above would appear like:   

 

For further details visit the following URL:

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=2611&lngWId=2