Sei sulla pagina 1di 2

MBATech IT Trim VI

Subject : Web Technology & Applications

PRACTICAL LIST

Practical1 : Validating HTML Order Form.


Validating an Order Form on Client Side (HTML, CSS, JavaScript, DHTML).

Practical2 : XML DSO.


Create an XML data file with a DTD. Using an DHTML document with embedded DSO
connect to the XML file and access the records through recordset properties.

Practical3 : XSL with filtered records & formatting.


Write a student database (.xml) with rollno, name, percentage. Write an attribute branch for
each student. Atleast 10 records required.
a. Write a .xsl stylesheet with the following features:
b. Display in a tabular format rollno, name, percentage & grade of each student.
c. The records of attribute branch IT only have to be displayed.
d. The records must be sorted in ascending order.
e. Students grade with F have to be colored as Red.

Practical4 : XML DOM.


Create an XML document containing <marksheet> of multiple <student> records. Each
<student> record contains <rollno>, <name>, <marks>. Tag <student> contains an attribute
branch=IT or EXTC, COMP, ELEX. Tag <marks> can be more than one. Create an
XHTML document with ActiveX object to connection with an xml file. Display student
details for branch=IT showing rollno, name, marks and total marks, percentage & result
(pass > 50% & fail < 50%).

1|Page

Practical5 : PHP Order Form.


Create an PHP Order Form containing form controls like text boxes to take customers name,
address, company logo, credit card no, radio buttons for choice of payment methods & a
table displaying the items with quantity as text box, one submit button called order bill.
Calculated the price of each item ordered with added payment method rate. Display a
consolidated Bill with the details & bill amount.
Validations reuired in the php code while processing the form:
a. Name & street address should not be left blank.
b. Credit no should be numeric.
c. Quantity left blank should be considered as not ordered with quantity as zero.
d. By default the first radio button should be selected.
e. On selecting the submit button the bill amount should be calculated & displayed.

Practical6 : PHP MySQL Database Connectivity with add, insert, delete & update
options.
Create a PHP form with operations to add, delete, display & update records of a table in
MySQL database with respective validations.

Practical7 : Table of factorial values using JSP.


Create a HTML document with two text boxes called start value & end value and a button
called compute factorial table. When the button is clicked the JSP code will be called which
displays a table of factorial values from start to end.
Validations :
a. The start & end text boxes should contain only numeric positive values.
b. The start value should be less than the end value.

(Pratidnya S. Hegde Patil)


Assistant Professor, IT Dept.

2|Page

Potrebbero piacerti anche