What the funk?
The form below will take the e.mail address you input and converts it
along with the anchor container into ISO-Latin-1 codes and the necessary
JavaScript to embed into your page. The idea here is that it will
keep page scraping robots from parsing your pages and finding/extracting
your e.mail address. In short, it turns this...
<a href=mailto:me@domain.com>Link String</a>into... <script type="text/javascript" language="javascript"> This is all done in JavaScript, so before anyone starts to yawp, no I am not seeing what address you input into this form. The code literally runs in your browser not my server. Input Parameters
Resulting JavaScript
|