Here, the status bar at the bottom of the browser window will display text when the mouse goes over the link below Link #1

The next example is a little different. Just click the link. Link #2

Here are some button examples:

Now, I will allow the user to change the background colour with a button.

Wasn't that cool? The color turned out to be a nice purple shade.

This button will link you somewhere.


You can also go forward or go forward or back a specified number of steps by using history.forward() or history.go(-1) or history.go(1)

Now I'm gonna demonstrate Javascript alerts
Try This!

The next statusbar thing will be done using a function. It does take up more lines of code though

Place your mouse here!