|
|
  |
How do I use it?
JavaScript is only needed for encoding your email with this program.
It is NOT needed for the pages where you want to publish the encoded
addresses.
- Load the page
in your browser with JavaScript switched on. Simply enter your email
address in the first field. The encoded version and the compled
obfuscated email link will appear automatically in their respective
fields below.
You can choose between different encoding modes:
- decimal
notation will encode every character as decimal ascii
code.
- hexadecimal
notation does the same, but in hexadecimal notation.
- random-mixed
notation mixes the previously mentioned codings randomly.
- don't
encode, of course, doesn't just that ;-)
- Optionally
you may enter a link text (like your name) in the
third field. If you do so, the "Link text" selector automatically
changes to "text as given above".
- Copy the resulting
code (either the full link or just the email address + mailto, just
as you require) into the source code of your page in place of your
email address. Save your html page and view it in your browser:
you will still see a readable, valid email address + email link
on your page, while the spammers email harvesting search engines
will see nothing of it.
Do
not encode the html tags or else it will not work.
Example:
will be displayed
in a browser as:
real.email@some.mailbox.xyz
|
 |