Vertical Pull Down Menu JavaScript / Menus and Buttons
Create a vertical pulldown script that displays navigational headers and when you click on a header new links appear underneath it, this effect works both in Firefox and Internet Explorer.
Disabling the Right-click Mouse Button in JavaScript JavaScript / Event Handling
Sometimes you don't want the visitor to be able to click the right mouse button and do all the stuff associated with it. Although personally I'm not in favor of such gimmicks and limit the visitor's independence, you learn something new in this tutorial.
AnyLink Drop Down Menu JavaScript / Menus and Buttons
This is an extremely versatile drop down menu script for ordinary links on your page, including image links. It can be activated either onMouseover or onClick. The menu intelligently determines whether the dropped menu is too close to the browser's edge, adjusting its positioning so it's always in view.
Creating Alerts JavaScript / Event Handling
So you've seen those annoying websites that have alert boxes appearing every time you click or open something and wondered how to do it? Well here's your answer.
No Right Click JavaScript / Event Handling
We will be using a normal no right clicking script for this tutorial.
This is a common script with a popup that you can add your name to.
Browser Detect Script JavaScript / User Info
Our client side browser sniffer based on JavaScript, which includes links from our popular object and method detection tests to more detailed information on how they work.
Cookies JavaScript / Cookies and Sessions
A cookie lets you store a small amount of information about a user visiting your site. A cookie is a small text file that is stored on the site visitor's computer by their browser.Because the cookie is stored on the user's computer, it does not require any server space no matter how many users you have.You can use cookies to save user preferences, customize data, remember the last visit, or to keep track of items in an order while a user browses.
Pull-down Menu JavaScript / Menus and Buttons
The pull-down menu is an excellent way to condense many links into a small area. This article first shows you how to create a basic pull-down menu.