Ese CSS
Ese CSS
4 Write a JavaScript program to create array and display it using for loop.
5 Write a JavaScript program to create array , take element from the user and add it into array
then display it using for loop.
6 Write a JavaScript program to add element at beginning of an array and removing last element.
7 Write a JavaScript program to accept the string from the user and perform toUppercase and
toLowercase methods on it
8 Write a JavaScript program to call a function from the another function
9 Write a JavaScript program that accept first name and domain name of an organization from the
user then form email address and display the result in browser window .
10 Write a JavaScript program to perform arithmetic operation which result will be display after
clicking on button
11 Write a JavaScript program to perform arithmetic operation and display the result using
onkeypress event
12 Write a Javascript to design a form to accept values for user ID & password.
14 Write java script program of arithmetic operation that will be executed after 3 sec.
15 Write HTML script that will be display dropdown list containing option such as red, green, blue.
Write JavaScript program such that user select one option, it will change the background colour .
16 Write a web page that display a form that contains an input for username and password.
password become the value of cookie . write js for storing a cookie .
17 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 links, it will display “MSBTE” in the status bar. When
the user moves his mouse away from the link the status bar will display nothing.
18 Write a program that disabling the right click of mouse button
19 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.
21 Write a HTML script which displays 2 radio buttons to the users for fruits and vegetables and 1
option list. When user select fruits radio button option list should present only fruits names to
the user & when user select vegetable radio button option list should present only vegetable
names to the user.
24 Create a java script program that implement rollover when user move his mouse over a text area