Last Updated: Saturday, December 04, 2006
This form will allow you to encode your e-mail address through the use of
Character Entities, transforming your ascii email address into its
equivalent decimal entity. Simply enter your regular e-mail address in
the first text box, click the encode button, and then highlight and
copy the resulting code produced in the second text box. This encoded e-mail
address can be read and translated back into its original ascii text by almost
any web browser without any further action on your part. Just replace all
instances of your e-mail address on your pages with the code, and you won't have
to worry about spam lists.
For example:
On the visible web page:
a
"For more information, send email to
yourname@domain.com."
In the source code for the web page, the above should look like this:
"For more information, send email to <A HREF="mailto:
yourname@domain.com">
yourname@domain.com
</A>"