Assignment-3

 

 

 

Foreword

Resources

Code Listings

Foil Sets

Assignments

Solutions

External Resources

SiteMap

Search

Home

Up ] Assignment-1 ] Assignment-2 ] [ Assignment-3 ]

Write a JavaScript-enhanced HTML document with the following features.

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.