Index for forms and rollovers(rollovers_etc folder)
1. Dates
dates.html simple
use of dates
2. Event handlers, images, and
rollovers
a. Basic:
image_access.html how to access / get a hold of images; how to pre-load
images
eventHandler2.html a onMouseOver which works but is frustrating
eventHandler3.html a
simple rollover
eventHandler3a.html the
same rollover with a changing status bar message
b. What can go wrong - don't use onLoad( )
with document.write( )
-remember that onLoad ( ) executes AFTER the page is loaded
-remember that onunLoad ( ) executes AFTER the page is
left!
eventHandler1.html eventHandler1c.html eventHandler1d.html eventHandler1e.html
c. Multiple
rollovers
images_array.html using functions for onMouseOver and
onMouseOut
images_arrayplus2.html similar version which doesn't work
3. Simple
forms
lst23-01.html buttons
lst23-02.html checkbox and button
lst23-06.html radio and
button
lst23-01a.html this
vs. this.form associated with a button
Using_list8_01.html
multiple types of elements
purse.html using info from a text field
forms2.html this vs.
this.form again
lst23-01c.html this vs this.form with document.write( ) and strings for
messages
forms4a.html this
vs. this.form and document.write
forms5b.html same
forms7.html putting
the html code into a javascript script
forms76c.html same
PrototypeForm_v3.htmlPrototype of a form with all possible elements - but no event handlers or nice layout
PrototypeForm_v4.html is a longer version of the same.
A folder with files and notes on form validation
Reminder: Listing 14.1 in your text shows how to use a new window
to avoid the problems of having document.write( ) over-write your
form!!!
4. Games, etc.
madlibs.html demonstrates use of forms
animate.htm very
simple animation with simple image
pairs.htm the memory
game - uses event handlers and images