JavaScript Code
Workshop Examples
- Completed page
- Includes examples for creating dialog boxes (alert, prompt, confirm), using forms, opening new windows
- Source code [print this to use as 'cheat sheet']
More code to copy, paste and customize
NOTE: 'view source' in browser or click and save on link to get source code
- Browser redirection
- Redirect users to different pages, depending on which browser they are using; also demonstrates use of timer in JavaScript
- Image swapping
- Changing images (as in a table of contents) dynamically in response to mouse rollover
- Quicklink
- Pull-down menu to allow users to quickly find and go to selected Web pages, can be used in conjunction with CGI to cover for non-JS users
- Multiple choice quiz
- Quiz with feedback question by question, includes summarizing analysis and remediation suggestions based on performance (note: this includes 3 files since it is implemented using frames)
- Short answer quiz
- Quiz with feedback question by question, includes summarizing analysis. Limits answer attempts to 3 tries and gives a hint after 2nd wrong answer (note: this includes 3 files since it is implemented using frames)
JavaScript Examples and code from external sites
JavaScript => Index / Presentation / Reference / Guide // AIA Portal
Bob Godwin-Jones