Extra Credit
If you would like to print this page, please click on the button.
An example of using functions
Other examples of JavaScript that was used for this course:
Week One
- document.write
- document.location
- onClick="window.print()"
- onClick="history.back()
Week Two and Three
- alert("message")
- prompt('message1', 'message2')
- confirm("message")
- function functionname(message){ alert(message) }
- OnMouseOver
- Popup Windows
Week Four
- Drop-Down Navigational Menus
- Rollovers
- Mousedown Buttons