You are on page 1of 1

MTECH SOFTWARE ENGINEERING

WEB TECHNOLOGIES LAB

CAT – 2

1 Design the form with bookid, bookname, category (dropdown list), author and

prize. Validate the fields using javascript. Display back the entered values in tabular

form if the entered values are in correct format.

2 Create a Dynamic Page which stores student RegisterNo, name, email, phone

number ,subject name (dropdown list) and mark. Validate the form for all non

empty and in proper format. Display back the entered values in tabular form if the

entered values are in correct format.

3 Develop a web page which reads the user name, address, age group (radio buttons),

hobbies (check boxes), and qualification (drop down list box) using form. Wriste a

JavaScript code to check all the values are filled out. Display back the entered

values in tabular form if the entered values are in correct format.

You might also like