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

Css

Sample question
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
36 views

Css

Sample question
Copyright
© © All Rights Reserved
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/ 3

(1) Program 1

Write javascript program to accept two numbers from the user and perform all
arithmetic operations.

(2) Program 2
Write javascript program to print all odd numbers from 1 to 100

(3) Program 2.1


Write javascript program to find greater number between three numbers entered by
the user using if else if statement

(4) Program 3
write javascript program to accept array from the user and perform push pop and
reverse of array using switch case

(5) Practical 4
Write Javascript program to calculate area of circle and area of rectangle using
function using switch case(Accept Input from the user).

(6) Practical 5
Write Javascript program to implement all string function such as length, charAt,
charCodeAt, indexOf, lastIndexOf, slice, substring, substr, toLocaleLowerCase,
toLocaleUpperCase, concat, trim, split, match, or replace and accept string from user.

(7) Practical 6
write javascript code to create student registration form

(8) Practical 6.1


write javascript code to create Employee registration form
(9) Practical 7
Create web page to implement Form Events click,ondblclick,onmouseover &
onmouseout event

(10) Practical 8
Create web page to implement Form Events such as onload, onkeypress,
onkeydown,onfocus,onreset and onsubmit event

(11) Practical 9
Develop a webpage using intrinsic java functions such as submit, disable and read only

(12) Program 10
Write a javascript program to Write, read, update and delete cookies.

(13) Practical 11
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.

(14) Practical 12
Develop a web page for email validation of form fields using regular expression

(15) Practical 12.1


Develop a web page for registration form(Username, email, password) validation of
form fields using regular expression (PR-12)
(16) Practical 13
Create web page with Rollovers effect on image using javascript

(17) Practical 13.1


Write a javascript program to design HTML page with books information in tabular
format, use rollovers to display the discount information.

(18) Practical 14
Develop a webpage for implementing dynamically changing Menus

(19) Practical 14.1


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) Practical 15
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.

(21) Practical 16
Create a slideshow with the group of three images, also simulate next and previous
transition between slides in your Java Script.

You might also like