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

CSSQB

Uploaded by

Dipak Dumbe
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

CSSQB

Uploaded by

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

QUESTION BANK

22519 & CLIENT SIDE SCRIPTING

2 marks

Write a JavaScript that identifies a running browser.

State and explain what is a session cookie ?

Differentiate between Session cookies and persistent cookies.

Explain following form events : (i) onmouseup (ii) onblur

Explain frame works of javascript and its application.

Write a javascript syntax to accessing elements of another child window.

State any two properties and methods of location object.

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 create read, update and delete 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.

Explain open () method of window object with syntax and example.

Explain text rollover with suitable example.

Describe, how to read cookie value and write a cookie value. Explain with example.

You might also like