Pellowe, Code Handout, page 6 (highlights, not full text)
3.0 Nifty code to add for functionality
3.1 Add a subject line to your e-mail links:
<A HREF="mailto:billp@gol.com ?Subject=Question11-exam">
3.2 Check that the JavaScript is working before students start a page which depends
on JavaScript
<A HREF="ch1p20no.html" onMouseOver="alert('NO PROBLEMS!!! Now,
click OK, then click Continue.');">Click
here first</A>
See http://www2.gol.com/users/billp/course/ch1p20.html
3.3 Show a message in the Status Bar
<A HREF="put URL here" onMouseOver="window.status='put message
here';return true">
Looks like this.