 | Design and implement a <FRAMESET> document with at least two <FRAME>s:
a control frame and a content frame. Use JavaScript to manipulate the frames. |
 | Design and implement an HTML form. The following requirements must be met:
 | at least 10 form elements must be used; |
 | at least four different types of form elements must be used; |
 | two of the elements must be text fields for the user's social security number and phone
number. (These will be used later in the course.) |
|
 | Employ JavaScript event handlers in the HTML document. The following requirements must
be met:
 | at least 5 event handlers must be used; |
 | at least three different types of event handlers must be used; |
 | one of the event handlers must be the onSubmit event handler. |
|
 | For simplicity, set the ACTION attribute of the <FORM> tag to: http://osprey7.npac.syr.edu:3768/users-cgi/trscavo/prod/post-query
|
 | Submit your homework by putting a link to the HTML document on your CPS 616
homework page. |