| |
| |
This code allows you to disable the ability of visitors to your site from being able to use the 'Right-Click' function to save images from your web site.
|
|
|
| |
| |
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.
|
|
|
| |
| |
This short JavaScript will allow you to disable the right-clicking on the mouse, useful for preventing users from copying the content on your page, etc.
|
|
|
| |
| |
This is a short encrypted password Javascript that allows you to password protect your webpage.
|
|
|
| |
| |
This is a little JavaScript crypto library that contains implementations of ARCFOUR stream cipher, SHA-1 hash algorithm, CRC-32 check sum counter and other useful tools for securely password protecting web documents.
|
|
|
| |
| |
Using a mixture of DHTML, and JavaScript 1.2, this Script disables the right click, middle click, and menu key for being used on the applied page (Only works in IE 5.0 or higher and Netscape 4.0 or higher).
|
|
|
| |
| |
Use this code to disable the ability of visitors to your site from being able to use the 'Right-Click' function to save images from your web site.
|
|
|
| |
| |
Easy, short, cut-and-paste header script that intercepts the mouse right-click event and shows an alert box instead, thus disabling it. Intended to provide simple limited protection for page images, etc.
|
|
|
| |
| |
This shows how to have a file create encrypted code. The output of this code can only be used by javascript enabled browsers. It is not a very secure method, but will keep most from finding your
|
|
|
| |
| |
This JavaScript generates a random password of how many and what ever characters you want.
|
|
|
| |
|