CRX
11-12-2003, 05:19 PM
Hi there,
Just started html and building a page, and my mail address is on the page. Spam hazzard you would say, so I thought up this because I don't want to work with a form:
<HTML><HEAD><TITLE>No Spam</TITLE></HEAD>
<BODY><CENTER>
<A HREF="MAILTO:info@NOSPAMdomain.org">
info@<!-- -->domain.org</A>
</CENTER></BODY></HTML>
Because I want my site as clean and basic as possible I want my mail to appear normal but I don't want spammers to find my address, so thats why. The user does have to remove the no spam part in the mailto link in his/hers mail app thats all. So I guess it's a good sollution or is it... ?
Just started html and building a page, and my mail address is on the page. Spam hazzard you would say, so I thought up this because I don't want to work with a form:
<HTML><HEAD><TITLE>No Spam</TITLE></HEAD>
<BODY><CENTER>
<A HREF="MAILTO:info@NOSPAMdomain.org">
info@<!-- -->domain.org</A>
</CENTER></BODY></HTML>
Because I want my site as clean and basic as possible I want my mail to appear normal but I don't want spammers to find my address, so thats why. The user does have to remove the no spam part in the mailto link in his/hers mail app thats all. So I guess it's a good sollution or is it... ?