CSS Imp-1
CSS Imp-1
UNIT TEST-2
Q.1
g) Write a Java script to design a form to accept values for user ID & 02
password?
Q.2 12
Describe, how to read cookie value and write a cookie value. Explain 04
a)
with example?
Write a webpage that displays a form that contains an input for user 04
name and password. User is prompted to enter the input user name and
b) password and password becomes the value of the cookie. Write the
JavaScript function for storing the cookies. It gets executed when the
password changes?
Enlist and explain with example.the use of any two Intrinsic JavaScript 04
c)
functions?
State what is regular expression. Explain its meaning with the help of a 04
d)
suitable example?
e) What is Status bar and how to display moving message on the status 04
line of a window using JavaScript ?
f) Write a JavaScript that accepts a string and searches for the pattern 04
“MSBTE” in the given string using regular expressions. If the pattern is
found, JavaScript will display that “Pattern is found” else display
“Pattern is not found”?
g) Create a slideshow with the group of three images ,also simulate next and 04
previous transitions between slides your Java script?