SafeMail
|
One way spammers get your email address is with programs written to extract addresses from web pages. These robots, as they are called, look for mailto: links in the body of web pages. A good way to protect your email address from spammer lists created in this way is keep your email address off web pages. But what if you want people to have your links to your email address? This script, SafeMail, solves the problem. SafeMail lets you put your address on the page using javascript's document.write method. With this, your user's browser displays your email link exactly as if you had coded it with HTML, except you can achieve this effect without at any point putting the string of your email address in the code. This means spambots find nothing, and you stay clear of spam.
Most scripts are free or open source. But some have the full source code available for download yet itīs required to have permission to use them and most often the price will be listed. If there is a script license e.g. GNU or GPL then it will also be listed. |
Password protection by razalgar
A code snippet that prompts user for password. If they enter the...
Source Code Security
A simple solution to completely remove your html source code from...
AntiSpambotMailto()
CGI mailto forms provide the ultimate level of protection from...
Block the right-click
This short JavaScript will allow you to disable the right-clicking on...
Encrypted Password Script
This is a short encrypted password Javascript that allows you to...
Simple Script Security
This is a little JavaScript crypto library that contains...
Source Protector
This script prevents people from right-clicking on your page to steal... |
