The document outlines various questions related to JavaScript programming, focusing on creating interactive elements such as status bars, pull-down menus, and floating menus. It includes both 4-mark and 6-mark questions that require explanations and coding examples. The questions emphasize practical applications of JavaScript in web development, including user interaction and page protection techniques.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
0 views4 pages
Doubts
The document outlines various questions related to JavaScript programming, focusing on creating interactive elements such as status bars, pull-down menus, and floating menus. It includes both 4-mark and 6-mark questions that require explanations and coding examples. The questions emphasize practical applications of JavaScript in web development, including user interaction and page protection techniques.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4
Unit 5 msbte ques doubts
4 marks question :
❖ Que : [w23]
❖ State what is frame? Explain how it can be created with suitable example.[s24]
6 marks question : ❖ Que : [w19]
❖ Que :[w23] ❖ Que : [w23]
❖ Que : [w22]
❖ Que : [S23] ❖ QUE : [S23]
6th chapter doubts
4marks ❖ 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.[w19] ❖ Write a JavaScript program that will create pull-down menu with three options. Once the user will select the one of the options then user will redirected to that website. ❖ What is Status bar and how to display moving message on the status line of a window using JavaScript ?[ ❖ Explain the steps to create floating menu and chain select menu[s24] ❖ Explain process to create status bar in JavaScript.[
6 marks question :
❖ 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. ❖ Write a JavaScript that demonstrates use of floating menu alongwith respective HTML script.[w23] ❖ Write a JavaScript that sets a crawling status bar message to the webpage. Message is “Welcome to the Mystic World of JavaScript”. The message must start crawling when the webpage gets loaded [w23] ❖ Write a JavaScript for the folding tree menu.[w22] ❖ Write a JavaScript to create a pull – down menu with four options [AICTE, DTE, MSBTE, GOOGLE]. Once the user will select one of the options then user will be redirected to that site.[S23] ❖ Write a JavaScript for protecting web page by implementing the following steps:[s24] Hiding your source code Disabling the right MouseButton Hiding JavaScript