On 10 Nov 2004 at 11:26, Dan Geiser wrote:

Dan,

This works I do believe however there maybe better solutions - 
<script language="Javascript"> 
<!-- 
emailname = "EmailRecipient" 
emailserver = "server.example.com" 
document.write("<font face='Verdana' size=2>"); 
document.write("<a href='mailto:"; + emailname + "@" + emailserver + 
"'>"); 
document.write("<font color='000000'>"); 
document.write(emailname + "@" + emailserver); 
document.write("</a>"); 
document.write("</font>"); 
//--> 
</script> 

-Nick

From:                   "Dan Geiser" <[EMAIL PROTECTED]>
To:                     <[EMAIL PROTECTED]>
Subject:                [Declude.JunkMail] OT: Using Real E-Mail Address on Web 
Site
Date sent:              Wed, 10 Nov 2004 11:26:28 -0500
Send reply to:          [EMAIL PROTECTED]

> Hello, All,
> We have a new web site and we would like to put links on the contact
> page which allow people to click on the links and send us an e-mail
> but we don't want those addresses to be scanned and added to the
> latest spammers mailing list.  Are there any common practices for
> obfuscating the links so they are recognizable as valid html "mailto"
> links by an e-mail client but they would be less than likely to be
> picked up by the spammers of the world?
> 
> Right now our webmaster replaced the e-mail addresses with images of
> the e-mail addresses and the images look horrible.
> 
> Thanks In Advance,
> Dan Geiser
> [EMAIL PROTECTED]
> 
> 
> ----------------------------------------------------------------------
> - Sign up for virus-free and spam-free e-mail with Nexus Technology
> Group http://www.nexustechgroup.com/mailscan
> 
> ---
> [This E-mail was scanned for viruses by Declude Virus
> (http://www.declude.com)]
> 
> ---
> This E-mail came from the Declude.JunkMail mailing list.  To
> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
> type "unsubscribe Declude.JunkMail".  The archives can be found
> at http://www.mail-archive.com.
> 


---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.JunkMail".  The archives can be found
at http://www.mail-archive.com.

Reply via email to