Re: Need to add this code to my website to hide my email from spam bots
Posted by Danny on 06/24/06 04:05
Instead of using ol' document.write(), try ->
<script type="text/javascript">
<!--
function STUFF() {
var username = "fb3003";
var hostname = "gmail.com";
var linktext = "Click Here To Send Me Email";
return "\m\a\i\l" + "\t\o:" + username +"@" + hostname +
">"+linktext;
}
//-->
</script>