![]()
Avoid Mailto tagQ. How can I avoid using the "mailto:" tag on my website to prevent spam? One way that spammers get your email address is with programs that automatically grab them from your web page. Some PC viruses also utilize email addresses that have been stored in a user's web cache (i.e. someone has visited your web page and now has your address in their cache, they get a PC virus which uses your address as the sender of infected mail). To prevent this you can use a cgi program to create a mail link, then use only an icon or the word "email" on the page itself instead of the actual address. The link will be where "foo" is your local username. This will be visible in the display bar at the bottom of a browser, but will not be available to automated address gathering programs. See the email tag on any of the official pages under http://www.cs.sunysb.edu/people/faculty/index.html for a working example. In addition to the CGI program described above, there are some other ways of obscuring your email address on a web page. You may find these preferable especially if you have web pages on a host outside the CS department which does not have this CGI available to you. One of the best methods for obscuring your email address is to publish it as an image rather than text. Use Images Instead of Text If you use a graphic image rather than text to display your email address it cannot be grabbed by automated programs. You can use any simple graphics program, such as MSPaint for example. Use the following steps, adapted as needed for your graphics program:
<img src="images/address.gif" border=0 hspace=30 vspace=0 alt="address image" width=172 height=15>
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||