|
This
form will allow you
to encode your
e-mail address
through the use of
Character
Entities,
transforming your
ACSII e-mail 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: "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
<AHREF="mailto:yourname@doma&
#105;n.com">
yourna
me@domain.com</A>"
|