JavaScript Redirection JavaScript / Navigation and Searching
Redirection is often used to take viewers to a page depending on their browser's name or version. To redirect a viewer instantly, you just need to add a short command in your head section.
Prevent Right-clicking JavaScript / Navigation and Searching
If you don't want your visitors to rightclick at your page, you can insert this code somewhere between <Body> and </Body>. Type in the message you want your visitors to get in the line "Write your message here".
CSS Menu Using JavaScript JavaScript / Navigation and Searching
Noticed a flaw with my original JavaScript drop down menu regarding customization using CSS. The problem was this; the LI elements below the #div's that were hidden didn't conform to their own CSS customization and stuck with the rules of the above LI's.
Rotating Banners JavaScript / Navigation and Searching
Learn how to create a banner system that rotates your banners without the user having to refresh. Using javascript you can make a nicely flowing rotating banners script that doesn't require the user to refresh at anytime, good for ad systems.