

InterviewSolution
Saved Bookmarks
1. |
2. JavascriptSOP 1: Create a web page in HTML having a white background and two ButtonObjects. Write code using JavaScript such that when the mouse is placedover the first button object without clicking, the color of the background ofthepage should change after every seconds. There should at least be 7different and visibly distinct background colors excluding the default color.When the second button object is clicked, appropriate message should bedisplayed in Browsers status bar.Create another web page using JavaScript where the background colorchanges automatically after every seconds. This event must be triggeredautomatically after the page gets loaded in the browser. There should atleast be 7 different and visibly distinct background colors. When the page isunloaded, the appropriate alert message should be displayed. |
Answer» please go through Javascript TUTORIAL by CLEVER programmer (YOUTUBE) |
|