Assignment #3 --- Javascript Info
Nice and Bright for you graders :)
1) I added a simple last modifed date function to the bottom of my home page. This was really basic, it used the document.lastModified property.
2) I added my name with a copyright symbol and my email address to the bottom of all my high speed pages, like the funstuff page. This used the onLoad command.
3) I added a javascript menu to my computer stuff page. Its on the bottom (with a link there), and can act as a quick way to look at and jump to all the links described on the page.
4) I added a back to several pages including the computer stuff page. It uses two pieces of javascript, first the history.go(-1) to figure out where to go back to, second the onMouseOver and onMouseOut to change images and the status bar at the bottom.