Scrolling Status Bar Text JavaScript / Text Effects
Displays a scrolling message in the status bar, in the bottom left hand side of your browser. It is easy to change the message to be displayed, and its scroll speed as well. A good easy to use script, but can become annoying if over used so be careful.
Opening a New Browser Window in JavaScript JavaScript / Frames and Window
Learn how to create a new window using JavaScript. This tutorial explains the options for customizing a window including the title, location, size, and if it is resizable. It will also explain how to hide/show the menubar, location bar, status bar, and scrollbars.
onMouseover? What's This? JavaScript / Event Handling
Well, its time to try out your first javascript. This one is nice because we don't have to deal with adding the script tag. This little script will write something of your choice to the browser's status bar when you move your mouse over a link.
Statusbar Message JavaScript / Miscellaneous
This is a quick, and quite simple tutorial. Now its not html, it uses Javascript. What it does is lets you customize what it says in the status bar usually at the bottom left of your browser. Right now in your browser it should say 'Infinite Designs.org ....'. Here's how to make it do that.
Creating JavaScript Rollover Buttons JavaScript / Menus and Buttons
Assumes absolutely no knowledge of how to use a JavaScript. Covers everything from creation of graphics to generation and application of a script to make a simple navigation bar with rollover effects.