Tento formulář vám umožní zakódovat emailovou adresu pomocí tzv. entit, transformuje vaši ascii emailovou adresu do ekvivalentní desítkové entity. Jednoduše vložte emailovou adresu, kterou chcete zakódovat, do prvního textového pole, klikněte na tlačítko zakódovat a označte a zkopírujte výsledný kód vytvořený v druhém textovém poli. Tato zakódovaná emailová adresa je zpětně přeložena do ascii formátu většinou běžných prohlížečů bez jakékoli jiného zásahu na vaší straně. Jednoduše zaměňte všechny části své emailové adresy na svých stránkách tímto kódem a nemusíte se bát, že se dostanete do spam-listu.

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 <A HREF="mailto:
&#121;&#111;&#117;&#114;&#110;&#097;&#109;&#101;&#064;&#100;&#111;&#109;&#097;&#105;&#110;&#046;&#099;&#111;&#109;">
&#121;&#111;&#117;&#114;&#110;&#097;&#109;&#101;&#064;&#100;&#111;&#109;&#097;&#105;&#110;&#046;&#099;&#111;&#109;
</A>"

This email address is unencoded - testing the spam trapping in Google's Gmail:
mailto:kerwooddr@gmail.com?subject=RE: Email Address Encoder


Regular E-mail Address:

Encoded E-mail Address:


Alternative Method:

A similar technique that uses hexadecimal encoding can be found on this french language web page:

http://www.neokraft.net/sottises/mailencoder

The Googleized english translation of this page can be found here:

http://translate.google.com/translate?hl=en&sl=fr&u=http://www.neokraft.net/sottises/mailencoder/

Spam Resources

The single biggest compendium of information that I've ever seen on Spam - http://www.spam-hq.com/


Return to the o106.com Home Page.

Return to the West Bay Web Home Page.


global: