Using the Status Bar

This short JavaScript code will allow you to use the Status Bar of your browser to display a message when the user hovers over a link and display another message when they move away from link.

Download | Demo

Navigate to a URL

This short JavaScript code will allow you to put a navigation box on your site, to let users go to other websites through this form.

Download | Demo

Rollover Image

The rollover image effect is one of the oldest and most impressive uses of JavaScript on Web Pages. Using this code, you can create buttons that light up when a user places their mouse over the botton. In short, one image is replace with another to create this effect when the mouse hovers over the link.

Download | Demo

Days Left Until

This small JavaScript code will show you how many days are left until a specific target date, like New Year, your birthday, or any other target date you can come up with.

Download | Demo

Current Date

This small JavaScript code will show you what the current date is. You can also modify the format of the date shown to a specific format that you desire.

Download | Demo