CS463/563 Web Programming - Week 3 Assignment
In-class Discussion
The following questions are for discussion this week -
(Due before class on Jan. 31, 2001) The following assignment is intended to give you practice in JavaScript programming. [Post the pages to a webserver and send a message indicating the URL to the bulletin board by 4:30 p.m. Wednesday, Jan. 31, 2001]
- Continue to enhance your page(s). This week, you need to create a JavaScript application. You may use Style Sheets or whatever you feel appropriate for your application. This must be original work, although you may look around at others work to get ideas. Describe what you've done in the discussion group.
- Have a button on your homepage that the user can select to go to your Online Registration page.
- The Online Registration page shoud have access instructions and the following:
- A place to enter a four digit number. [Your JavaScript will need to test that all the contents is a number].
- A place to enter the user's PIN number (month, day and year of birth) [Your JavaScript will need to test that the contents is a 6 digit number where the first two digits are 01-12 and the middle digits are 01-31] Example: January 31, 1960 = 013160
- A place for the user to re-enter the PIN number [Your JavaScript will need to test that the contents of both PINs are the same]
- A button to click when finished. [This should issue the appropriate response based the above testing].
- You may include other enhancements as you see fit.
- Participate in the discussion group
- Your discussion should include any problems you are having with JavaScript
- Your discussion should include suggestions for two of your classmates on their web pages from assignment 2
Click here to return to Wayne's World's homepage:
written by Wayne Summers summers_wayne@ColumbusState.edu