Homework for DOM chapter
The project:
Design a 'mad-lib' page. Mad-libs are a kind of word game popular
with middle-school students. Basically, these things are designed so
that the user enters a bunch of words. Then, the computer will return
a story that uses the words. One simple example might look like
this.
Design goals
- You must have at least one example of each of the following
elements for user input:
- text field
- checkbox group
- radio group
- select object
- You can of course use more than one of each object
- Your javascript code must interpret the objects
- Write javascript to create output in a second form or frame
- Make sure that this project is visible from your class main page
© Andy Harris
Indiana University / Purdue University, Indianapolis
email:
aharris@.cs.iupui.edu
homepage: www.cs.iupui.edu/~aharris