Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

Assignment No.

02(Graded) Total Marks: 20


Semester Spring 2021
Due Date: 15-06-2021
IT430: E-Commerce

Instructions

Please read the following instructions carefully before solving & submitting assignment:

It should be clear that your assignment will not get any credit (zero marks) if:

o The assignment is submitted after due date.


o The submitted assignment does NOT open or file is corrupted.
o The assignment is copied (from other student or ditto copy from handouts or internet).

Uploading instructions

o For clarity and simplicity, you are required to Upload/Submit only .zip file.

Objective

The objective of this assignment is:

o To understand the basics of html tables


o To understand how to use interactive forms
o To understand the concept of validation / check on different fields

For any query about the assignment, contact at it430@vu.edu.pk

Note:

No assignment will be accepted after the due date via email in any case (whether it is the case of
load shedding or internet malfunctioning etc.). Hence refrain from uploading assignment in the
last hour of deadline. It is recommended to upload solution file at least two days before its
closing date.

How to submit
 Write html code in any text editor and save with “.html” extension
 Zip that file using winRaR software (Do not create any folder)
 Submit the compressed WinRaR (bc12345689.zip) through LMS.

Suppose you are developing a website for an Online Vaccine Registration System where user can
easily enter their details and get registration date and time. As a web programmer, you need to
design a webpage having an interactive form which will accept necessary information and show
appropriate error messages if there’s any mistake in the data.

The sample webpage shuold look like the following screen shot.

You have to check theses details in the form

 No Field can left Blank


 Check Persons Name has only String Characters
 Check CNIC length
 Check the data entered in the CNIC field is only digits
 Check the Date entered is not greater than 01-Jan-2010
The appropriat message will be shown in case of any error as shown in the screenshots.
Note: No marks will be given if student does not mention his/ her own Student Id and
Name at the top of the Online Vaccine Registration Form.

GOOD LUCK

You might also like