We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 30
NITRA TECHNICAL CAMPUS, GHAZIABAD
College Code-802
Department of Computer Science and Engineering
SESSION 2022-23
Year: 3rd Semester: 6th
WEB TECHNOLOGY(KCS-652) LAB FILE
Submitted To: Submitted By:
Mr. Krishan Kumar Deewan Pushp Raj CSE Department 2008020100034 CSE/3rd INDEX S.No Practical’s Name Date Remark 1 Write HTML/Java scripts to display your CV in navigator, your Institute website, Department website and Tutorial website for specific subject. 2 Write an HTML program to design an entry form of student details and send it to store at database server like SQL, Oracle or MS Access. 3 Write programs using Java script for Web Page to display browsers information.
4 Write a Java applet to display the Application Program screen
i.e., calculator and other.
5 Writing program in XML for creation of DTD, which specifies
set of rules. Create a style sheet in CSS/XSL & display the document in internet explorer. 6 Program to illustrate JDBC connectivity. Program for maintaining database by sending queries. Design and implement a simple servlet book query with the help of JDBC & SQL. Create MS Access Database, create on ODBC link, Compile & execute JAVA JDVC Socket. 7 Install TOMCAT web server and APACHE. Access the above developed static web pages for books web site, using these servers by putting the web pages developed. 8 Assume four users userl, user2, user3 and user4 having the passwords pwd1, pwd2, pwd3 and pwd4 respectively. Write a servlet for doing the following. Create a Cookie and add these four-user id's and passwords to this Cookie. 2. Read the user id and passwords entered in the Login form and authenticate with the values available in the cookies. 9 Install a database (MySQL or Oracle). Create a table which should contain at least the following fields: name, password, email-id, phone number Write a java program/servlet/JSP to connect to that database and extract data from the tables and display them. Insert the details of the users who register with the web site, whenever a new user clicks the submit button in the registration page. 10 Write a JSP which insert the details of the 3 or 4 users who register with the web site by using registration form. Authenticate the user when he submits the login form using the user name and password from the database.