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

Ese CSS

Study with me

Uploaded by

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

Ese CSS

Study with me

Uploaded by

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

1 Write JavaScript program for finding odd and even number between 1 to 20 using for loop.

2 Write a JavaScript program to create person object with properties fname,lname,age,eye


colour . delete eye colour and display remaining properties of person object.
3 Write a JavaScript program that take input from the user and display the grade using switch case

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.

13 Write a JavaScript program for change option list dynamically

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.

20 Write a javascript program for implement simple banner

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.

22 create a slideshow with the group of three images.

23 Write JavaScript program to perform search() method by using regular expression

24 Create a java script program that implement rollover when user move his mouse over a text area

You might also like