CSSQB
CSSQB
2 marks
4 Marks
Describe regular expression. Explain search () method used in regular expression with suitable
example.
Write the syntax of and explain use of following methods of JavaScript Timing Event. a. setTimeout()
b. setInterval()
Design a webpage that displays a form that contains an input for user name and password. User is
prompted to enter the input user name and password and password become value of the cookies.
Write the javascript function for storing the cookies.
Write a javascript program to validate email ID of the user using regular expression.
Write a javascript program to create a silde show with the group of six images, also simulate the next
and previous transition between slides in your javascript.
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 an image should open in the second
frame of that child window.
Write a javascript to create option list containing list of images and then display images in new
window as per selection.
Explain prompt () and confirm () method of Java script with syntax and example.
Describe, how to read cookie value and write a cookie value. Explain with example.