View Single Post
Old 03-05-2005, 06:40 AM  
Radiate
Confirmed User
 
Join Date: Dec 2004
Location: the center
Posts: 1,454
Quote:
Originally Posted by Adult Site Traffic
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>
Yep, that's my preferred method
__________________

icq 199437756 - contact me if you need a solid hosting solution
Radiate is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote