View Single Post
Old 04-10-2003, 11:14 AM  
NetRodent
Confirmed User
 
Join Date: Jan 2002
Location: In the walls of your house.
Posts: 3,985
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>");
__________________
"Every normal man must be tempted, at times, to spit on his hands, hoist the black flag, and begin slitting throats."
--H.L. Mencken
NetRodent is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote