CPS 616 JavaScript Homework 2
1)Choose at least 10 Interesting Pages and build a JavaScript
display of the classic style illustrated below. There should be
four frames
- An Index on left where your pages are listed and which have
links that load pages into the "mainframe" to the right
- A signature page at bottom which allows user to send you email
(use mailto: link syntax)
- A bunch of buttons at to top - initially just NEXT and PREVIOUS
is sufficient which respectively next and previous page
2)Add a "Random" button that chooses a random
page from using JavaScript MATH to calculate chosen page.
3)For "extra credit" add whatever other nifty
capabilities you find interesting such as
- Menu or text field to change background color of page.
- Linked audio file controlled by on/off button
- Other mathematical formulae for calculating page position
etc.