Css
Css
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
(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
(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
(18) Practical 14
Develop a webpage for implementing dynamically changing Menus
(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.