Instead of displaying "Open page..." in status bar when opening any web page, you can use this script to display ratio of loaded data. It's more effetive and cool. This script works in Internet Explorer, Opera, Netscape and Mozilla.
Add a button to allow your visitors to print your Web page. Compact and simple, yet highly requested.
Many times you just want a popup window to stay open for a few seconds, or a bit longer. Place this JavaScript snippet in the body tag of the popup window.
Usually, when one event loads, it writes over any previous ones. Using this snippet, you can add several events to one page without any problems.
Grab these regular expressions to use in your own JavaScripts. They can add another dimension to your programming experience.
Use this JavaScript snippet to detect if the client browser is using a popup blocker. If a one is detected, the script can then perform a different action. The sample uses an alert box to inform the user whether a popup blocker is present or not.
Use this prototype function to search through a multi-dimensional array. Simple yet efficient! Includes examples.
Here's a trick that will redirect a browser when JavaScript is turned off. Why not redirect the ones that have JavaScript? Less than 10% of browsers have JavaScript turned off; therefore, redirecting less than 10% of visitors is better than redirecting over 90%.
Use this JavaScript snippet to insert a node after another node. Quite handy in laying out Web pages.