CS101 Introduction to Computing Assignment No.3 Fall 2013

Assignment No. 03
Semester: Fall 2012
Introduction to Computing-CS101
Total Marks: 20
Due Date: 08/01/2013
Instructions:
Please read the following instructions carefully before submitting assignment:

You will submit your assignment before or on due date on VU-LMS.
Assignment should be completed by your own efforts it should not be copied from internet, handouts or books.
You should submit your HTML File via assignment interface at VU-LMS.
Assignment sent via Email will not be replied and accepted/graded in any case.
If the submitted assignment does not open or file is corrupt, it will not be graded.
You will submit solution only in HTML (.html or .htm) File.
Objectives:

To understand the fundamentals of web development using HTML and JavaScript.

For any query about the assignment, contact
Assignment Questions

Question: Marks 20

Make a registration form page using html and JavaScript. Your page’s output should look like as given below.

On fields you will apply checks according to details given below, For example using JavaScript you will apply Check on User Id, it should be of at least 5 characters and at most of 7 characters and should not be empty.

Sponsored Links

Script should check the fields one by one when you click submit button.

Clicking on reset button will clear all the fields. Hit: No need to use JavaScript to clear the fields

Value of action attribute of form will be

Check 1 (on userid)

Check 2 (on Password)

Check 2 (on User Name)

Check 3 (on Country) (Note: Your country list can contain 5 to 6 countries)

Check 4(on Email)

Check 5 (on Gender Option)

Check 6 (on Form submission)