Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
kplow webforumsuser@macromedia.com #1
hiding email addresses
Could you tell me how to avoid having automated programs pick up the email addresses on your website so we avoid receiving so much junkmail?
Thanks!
kplow webforumsuser@macromedia.com Guest
-
Email to different addresses
Hi, I am designing a site for a company with dealers in different countries. For each product I have a 'request info' form with name, address,... -
Hiding E-mail Addresses
Sign up with MailButton.com -
collecting email addresses
hi. I have a preview site up for my flash site that I am still building, but im wondering how to set up the preview so that people can enter their... -
What is the best way to send an email to ALL addresses in a dbase?
I have an access 2002 dbase that contains a contact table. It is about 200 records and grows everyday. How could I send an email to ALL contacts at... -
Joe {RoastHorse} #2
Re: hiding email addresses
use a form/serverscript for users to send mail.
joe
"kplow" <webforumsuser@macromedia.com> wrote in message
news:bg3bm3$12r$1@forums.macromedia.com...addresses on your website so we avoid receiving so much junkmail?> Could you tell me how to avoid having automated programs pick up the email>
> Thanks!
>
>
Joe {RoastHorse} Guest
-
Joe Makowiec #3
Re: hiding email addresses
On 28 Jul 2003 in macromedia.dreamweaver, wrote:
The best, and only absolutely reliable way, is never to post them. If> Could you tell me how to avoid having automated programs pick up the
> email addresses on your website so we avoid receiving so much
> junkmail?
you choose this option, you need some kind of server-side scripting (php,
asp(.net), cgi/perl) where you can either hard-code the addresses, or
pull them from a database.
Next best is to insert the address using client-side scripting
(javascript). Most harvester bots have js turned off, so putting the
address, broken into parts, into an external javascript should keep them
safe.
Or you can try the trick of changing part or all of the address into
character entities (@ = A, so meAmyisp.invalid). There are
scripts out there which will return a string of character entities when
you input a text string.
For an interesting perspective on this, see:
[url]http://www.cdt.org/speech/spam/030319spamreport.shtml[/url]
--
Joe Makowiec can be reached at:
[url]http://makowiec.org/contact/?Joe[/url]
Joe Makowiec Guest



Reply With Quote

