The document is a question bank focused on various JavaScript and CSS topics, including methods of the window object, regular expressions, cookie management, and form validation. It contains practical coding tasks such as creating slideshows, pull-down menus, and validating user input. Additionally, it covers concepts like session vs. persistent cookies, email concealment, and the use of frames in web design.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
13 views
CSS Question Bank Ct 2
The document is a question bank focused on various JavaScript and CSS topics, including methods of the window object, regular expressions, cookie management, and form validation. It contains practical coding tasks such as creating slideshows, pull-down menus, and validating user input. Additionally, it covers concepts like session vs. persistent cookies, email concealment, and the use of frames in web design.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
CSS question bank:
1. Explain open () method of window object with syntax and example.
2. Describe regular expression. Explain search () method used in regular expression with suitable example. 3. List ways of protecting your web page and describe any one of them. 4. Create a slideshow with the group of three images; also simulate next and previous transition between slides in your Java script. 5. Explain text rollover with suitable example. 6. Write a Java script to modify the status bar using on MouseOver and on MouseOut with links. When the user moves his mouse over the link, it will display “MSBTE” in the status bar. When the user moves his mouse away from the link the status bar will display nothing. 7. Describe how to read, write cookie value and delete a cookie value. Explain with example. 8. 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) Name Validation (2) Email ID validation. 9. Write a JavaScript to create a pull – down menu with three options [Google, MSBTE, Yahoo] once the user will select one of the options then user will be redirected to that site. 10. Differentiate between session cookies and persistent cookies. 11. Write a javascript program to changing the contents of a window. 12. Explain frame works of javascript and its application. 13. Write a javascript syntax to accessing elements of another child window. 14. 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. 15. State what is regular expression? Explain its meaning with the help of a suitable example. 16. Write a javascript program to validate email ID of the user using regular expression. 17. Write a javascript program to design HTML page with books information in tabular format, use rollovers to display the discount information. 18. 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. 19. Explain how to conceal email id. 20. Explain how to delete the cookie. 21. Write a program to create the banner. 22. Explain quantifiers available in regular expression with example. 23. Explain replace method in regular expression. 24. List the different menus available. 25. How to find non matching character in regular expression explain with example. 26. What is context menu? Explain with example. 27. Write javascript code for moving car using using settimeout and cleartimeout. 28. Write javascript code for folding menu. 29. What is frame? How to create it? Explain with example. 30. Write a javascript to create option list containing list of images and then display images in new window as per selection.