This script will block BOTH I.E. and Netscape visitors from right clicking on your webpage and will pop up an alert box with a message that you choose. This script also has the option to close the window after the message. This script was tested in I.E. 6.0, Netscape 7.0 and Firefox 1.0.UPDATE: You now have the option to not display an alert if you choose.
This is a no right click script that works in both IE and Netscape. When the visitor right clicks on your page an auto centering DHTML window pops up alerting them to the issue and displays a link to follow. Feel free to change this code to fit your needs.
EmailHider is a simple tiny script that will hide your real email address from spam bots. Just replace your email-links with two lines of code and your email address will be splitted into unreadable variables. This way email robots can no longer extract your email addresses from your webpages. A great way to reduce spam! IE5x/6x, NS6x/7x, Opera 7x.
JavascriptDecoder is a tool to easily decode obfuscated Javascript code (formats text with removed: spaces, tabs, new lines). It can also serve as a Javascript code beautifier and colorizer.
This online tool generates some Javascript code that you can cut and paste into your HTML so that all those annoying spam-bots won't be able to harvest your e-mail address from your webpage. It writes your e-mail address to the browser but doesn't include your address in the actual HTML code. ** PHP and Python versions available. **
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
An example of a simple JavaScript encoding of an html page. When the page loads you are prompted for a password. Enter the correct password and the page displays properly - enter the wrong password and you see only an "Invalid password" message. Viewing the source of the page shows only the encoded content. The encoding is fairly basic but should stop all but the most determined script thieves, spam-bots, or spiders. Tested in Mozilla on Linux, IE on Windows, and Safari on Mac.
This script allows you to effectively protect your code from prying eyes by disabling the availability of the right-click context menu's View Source option in the browser.