0% found this document useful (0 votes)
26 views

CSS Assignment No.5

Uploaded by

tanvi.digikraf
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

CSS Assignment No.5

Uploaded by

tanvi.digikraf
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

V. P.

M's Polytechnic, Thane


Department of Computer Engineering
Academic Year 2023-24
Assignment No. 5

Course:
Subject: Client Side Scripting Language(CSS)
CO5I

Unit 5: Regular Expression, rollover and frames


Course Outcome (Coe) : Create interactive webpage using regular expressions for validations
Unit Outcomes(UO):
UO5a: Compose relevant regular expression for the given character pattern search.
UO5b: Develop javascript to implement validations using the given regular expression.
UO5c: Create frames based on the given problem.
UO5d: Create window object as per the given problem.
UO5e: Develop Javascript for creating roll over effect for the given situation.

Unit
Questions
Sr. No. Outcomes Level
Describe regular expression. Explain search () method used in regular expression
1 with suitable example. UO-5a Understand
Explain text rollover with suitable example.
2 UO-5e Understand
Write a Java script that displays textboxes for accepting name & email ID & a submit
button. Write Java script code such that when the user clicks on submit button (1)
3 Name Validation (2) Email ID validation UO-5b Apply
Understand
Write a javascript syntax to accessing elements of another child window.
4 UO-5d and Apply
State what is regular expression. Explain its meaning with the help of a suitable
5 example. UO-5d Understand
Write a javascript program to design HTML page with books information in tabular
6 format, use rollovers to display the discount information. UO-5e Apply
Write a javascript to open a new window and the new window is having two
frames. One frame containing buthon as “click here !”, and after clicking this button UO-5c
7 an image should open in the second frame of that child window. UO5d Apply
Write a webpage that accepts Username and adharcard as input texts. When the
user enters adhaarcard number ,the JavaScript validates card number and diplays
whether card number is valid or not. (Assume valid adhaar card format to be UO-5a
8 nnnn.nnnn.nnnn or nnnn-nnnn-nnnn). UO5b Apply
Write a javascript program to validate user accounts for multiple set of user ID and
9 password (using swith case statement). UO-5b Apply

Write a script for creating following frame structure

10 UO-5c
Apply
UO5d
FRUITS, FLOWERS and CITIES are links to the webpage fruits.html, flowers.html,
cities.html respectively. When these links are clicked corresponding data appears in
FRAME 3.

You might also like