View Single Post
Old 2004-08-08, 06:58 PM   #13
Adult Traffic
Pay No Attention To Me, I Am Insane
 
Adult Traffic's Avatar
 
Join Date: Apr 2003
Location: Maya Caribe. Encima de la playa blanca.
Posts: 444
Send a message via ICQ to Adult Traffic
Quote:
Originally posted by Linkster
Jay - it might be a good idea to make that email addie on your page a "mailto:" tag instead of a href tag so that people can actually email ya
LOL

If you want you can use this to kill spam spiders:

Code:
<script language="Javascript">
var name = "yourname"
var domain = "yourdomain.com"
document.write("<a href='mailto:" + name + "@" + domain + "'>")
document.write(name + "@" + domain)
document.write("</a>")
//-->
</script>
Adult Traffic is offline   Reply With Quote