Bo-Ente

Sinniges, Unsinniges, Tiefsinniges und Schwachsinniges
 

Abstandhalter 7 Pixel

Abstandhalter 7 Pixel

Hints & Tips

in this section

 

The Anti-SPAM E-mail Trick

To prevent the spammers' search robots from locating your email address on the Internet, you can do the following.
Copy the little JavaScript program between the HEAD tags of your HTML code. Replace the variables YOURNAME and YOURDOMAIN.COM by your own email address parameters:

<script language="JavaScript" type="text/javascript">
<!--
function mail()
{
  var Name = "YOURNAME";
  var Domain = "YOURDOMAIN.COM";
  var sendmail = 'mailto:' + Name + '@' + Domain
  window.location.href = sendmail
}
// -->
</script>

Then copy the following code to the place within your HTML where you want the visitor to click for an email to you:

<a href="javascript:mail();"><B>email</B> </a>

That's all. If you want to, you may replace the word 'email' by any text of your choice. You can test how it works by clicking on eMail in the CONTACT section.

 

There is another even easier way to hide your email address, just enter it in the mailto parameter as ASCII code. For instance, my own address
My email address
becomes the string
&#104;&#098;&#103;&#108;&#064;&#104;&#098;&#103;
&#108;&#119;&#101;&#098;&#046;&#100;&#101;
and this is hard to find for the spam robots.

Deutschsprachig Deutschsprachige Besucher

Wenn Sie über eine Suchmaschine auf diese Seite gekommen sind, klicken Sie bitte auf HOME oder SELBSTPORTRAIT.

Abstandhalter 7 Pixel

www.heinz-boente.de |

Sinniges, Unsinniges, Tiefsinniges und Schwachsinniges

EXTERNER LINK: www.icra.org/sitelabel| © 2001 Heinz Boente