MST RECORDcertificate and Index
MST RECORDcertificate and Index
REG No : ………………………….
Website : www.dnrcet.org
D.N.R. COLLEGE OF ENGINEERING AND TECHNOLOGY
(APPROVED BY AICTE, AFFILIATED TO JNTU KAKINADA & GOVT. OF A.P.)
CERTIFICATE
Experiment-1
Develop static pages (using only HTML) of an online Book store. The
pages should resemble: www.amazon.com. The website should consist of
the following pages. Home page
1 1 Registration and user Login
User profile page
Books catalog
Shopping cart
Payment by credit card Order Conformation
Experiment-2
Write an HTML page including any required JavaScript that takes a number from
2 2 text field in the range of 0 to 999 and shows it in words. It should not accept four
and above digits, alphabets and special characters.
Experiment-3
Develop and demonstrate JavaScript with POP-UP boxes and functions for the following
problems:
a) Input: Click on Display Date button using on click ( ) function Output: Display
date in the textbox
3 3
b) Input: A number n obtained using prompt Output: Factorial of n number using
alert
c) Input: A number n obtained using prompt Output: A multiplication table of
numbers from 1 to 10 of n using alert
d) Input: A number n obtained using prompt and add another number using
confirm Output: Sum of the entire n numbers using alert
Experiment-4
Create a simple visual bean with a area filled with a color. The shape of the area
4 4 depends on the property shape. If it is set to true then the shape of the area is Square
and it is Circle, if it is false. The color of the area should be changed dynamically for
every mouse click.
Experiment-5
Create an XML document that contains 10 users information. Write a Java Program,
5 5 which takes User Id as input and returns the user details by taking the user
information from XML document using DOM parser or SAX parser.
Experiment-6
10 10 Create registration and login forms with validations using Jscript query.
Experiment-11
Jscript to retrieve student information from student database using database connectivity.
11 11