Send a Happy Snax electronic card to your friends. Plenty of dog humour. click here.
';
}
function encode_html(theForm) {
//this function encodes any html string passed to it so you can use it for
//image maps, images ... or anything else that takes your fancy
//it works pretty much the same as the one above except that it just encodes the whole string
re = /\"/g;
plain_html = theForm.html.value.replace (re, '\\\"');
encoded_html = hex_string('document.write(\'' + plain_html + '\')');
theForm.encoded_html.value = '';
}
function hex_string(mystring) {
newstring = '';
for (i=0; i
Stop the Spam-bots!
(Yes, you are actually in the right place - Happy Snax is a client that uses this Spam-bot stopper)
This page generates some Javascript code that you can cut and paste into your HTML so that all those annoying spam-bots won't be able to harvest your e-mail address from your webpage.
Spam-bots are automated to detect e-mail addresses on web pages and collect them all for someone who then sells the addresses by the millions (usually advertising their product using spam also!).
The code generated is Javascript that writes your e-mail address to the browser but doesn't include your address in the actual HTML code.
The Javascript involved isn't terribly difficult so if you're technically minded, have a look at the page source and you'll be able to see how I've done it.
This produces essentially the same result for free as other services that people charge money for.
It's already in use on this page - in the e-mail link to the webmaster below.
Or, if you want to e-mail me, here's another example: . Please let me know of any feedback, suggestions or problems.
FREE E-mail Mailto: Encoder
|

|
|