| Third Assignment |
|
Task: Create a memory test page with the elements and behavior described below. Elements: (1) An HTML form; within that form, (2) a display field (the field containing the words "Oblate Willie Navigator" above); (3) an input field (the blank field above); (4) a submit button ("Check!" above); (5) a reset button; (6) title and explanatory text. The page containing these elements should also have a <script> container (see note about placement below) and two or more JavaScript functions. Behavior:
Script Placement: Because of the way forms are processed by Netscape, you will have to put your <script> container toward the bottom of the markup, after </body> but before </html>. Notes: Maximize the randomness of your display strings by selecting each word individually rather than selecting from a repertoire of precombined three-word strings. Display strings may contain repetitions (e.g., "Willie Willie Boathouse"); however, it is preferable to eliminate repetitions if you can find a way. |