NightCrawler
Diamond Member
Might be a repost but I have no idea what to search for:
http://www.whois.sc/info/webmasters/email-protection.html
http://www.whois.sc/info/webmasters/email-protection.html
Originally posted by: bunker
<script language=javascript>
var name = "webmaster@";
document.write ("<a href=\"mailto:" + name + "site.com\">Webmaster</a>");
</script>
That's how I stop spam. It's clickable so people can actuall send a mail and be lazy and not have to type it in.
Originally posted by: amdfanboy
Whats wrong with a PHP form ?
Originally posted by: bunker
<script language=javascript>
var name = "webmaster@";
document.write ("<a href=\"mailto:" + name + "site.com\">Webmaster</a>");
</script>
That's how I stop spam. It's clickable so people can actuall send a mail and be lazy and not have to type it in.
Originally posted by: NightCrawler
Originally posted by: bunker
<script language=javascript>
var name = "webmaster@";
document.write ("<a href=\"mailto:" + name + "site.com\">Webmaster</a>");
</script>
That's how I stop spam. It's clickable so people can actuall send a mail and be lazy and not have to type it in.
Couldn't a Spam bot just pick that code up ?