VIRTUAL UNIVERSITY
WINTER TERM 2000
JAVASCRIPT CLASS
WEEK 4
This week we learned a few new scripts that are pretty fun.
I have made a page for each of these, just click the word to see it in action.
- Prompt
This pops up a box prompting the user for some information.
- Confirm
This pops up a box with a message of something to confirm with a button for the user to choose OK or CANCEL.
- Alert
This pops up a message before entering the web page with an OK button.
I've added another script on the Alert page that is an example of the function command.
Back to Web Design