View Single Post
Old 04-10-2003, 11:19 AM  
p00p
Confirmed User
 
Join Date: Dec 2002
Location: CanaDUH
Posts: 5,125
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.
__________________
ICQ: 316365783
<a href="http://www.hostultra.com/~p00p" target="_blank">TEST</a>
p00p is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote