View Single Post
Old 11-05-2007, 06:45 PM   #6 (permalink)
webd
Platinum Lifetime Member
No Avatar
 
Last Online: 09-10-2009 07:00 PM
iTrader: (0)
Join Date: Aug 2007
Posts: 88
DNF$: 311
Location: USA
Country:


You can do it with javascript:

Code:
<script type="text/javascript">
var y = "contact"
var z = "example.com"
document.write("<a href=\"mailto:" + y + "@" + z + "\">" + y + "@" + z + "<\/a>")
</script>
If you want to make it trickier, break up the domain into more than one variable.
__________________
Domains Names and Development, SEO -- Travel domains
JerusalemGuidebook.com - EgyptGuidebook.com
AmsterdamGuidebook.com
- and many more...
webd is offline   Reply With Quote