| View previous topic :: View next topic |
| Author |
Message |
MusicManJP6

Joined: 23 Apr 2007 Posts: 12
|
Posted: Tue May 15, 2007 9:41 pm Post subject: how to hide email addresses in ASP |
|
|
I am using objMail.To = "name@domain.com" to send form info to a recipient.
How can I hide the email address so it is not easily harvested by spam bots/spiders? Thanks in advance ppl! |
|
| Back to top |
|
 |
|
|
MusicManJP6

Joined: 23 Apr 2007 Posts: 12
|
Posted: Thu May 17, 2007 1:46 pm Post subject: Re: how to hide email addresses in ASP |
|
|
| I found the answer. |
|
| Back to top |
|
 |
bimal
Joined: 16 Jan 2008 Posts: 8
|
Posted: Thu Jan 17, 2008 6:53 am Post subject: Re: how to hide email addresses in ASP |
|
|
The only way to make an email address really hidden is not to use one - best way to do this is to use a secure form instead.
If you really want to include an email address then you need it to be accessible (i.e. no image and no Javascript).
But I believe that if you want your email on a site then you need to balance that need against the irritation of a little spam, just get an effective anti-spam measure at the email client end.
for more detail of any asp & web designing information visit
http://webdesigningcompany.net |
|
| Back to top |
|
 |
|