Quote:
Originally posted by NetRodent
Use j.a.v.a.s.c.r.i.p.t to print the email addresss...
var user = 'webmaster';
var at = '@';
var domain = 'mydomain';
var tld = '.com';
document.write("<a href='mailto:"+user+at+domain+tld+"'>"+user+at+ domain+tld+"</a>");
|
Hey, that's cool, good idea! But if you really want to hide it, cgi (or php) is the only way to go.