CSS Assignment No.5
CSS Assignment No.5
Course:
Subject: Client Side Scripting Language(CSS)
CO5I
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
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.