CSS Program List For Oral PR
CSS Program List For Oral PR
1. Write a JavaScript program which accepts N as input and print first N odd numbers.
5. Design student registration form that contains name, address, contact number, class,
gender and subject you like. Use proper form controls and submit it
7. Write a JavaScript to create three categories - Fruit, Flower and Color. Based on the
selection of category, the item, in the option list must get changed.
8 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.
9. Develop JavaScript that demonstrates key events.
10. Write a program that will demonstrate disable elements
11. Write JavaScript to create, read and delete cookie.
12. Write JavaScript to create web page in new window
13. Write a JavaScript to demonstrate setInterval and setTimeout methods of timers.
14. Write a program for mobile number validation using regular expression
15. Write a JavaScript in which when user rolls over the name of fruit, the
corresponding image should be displayed. For instance - if user rolls over the text
"Mango"; the image of Mango should be displayed
16. Write a JavaScript to open a new window and the new window is having two
frames. One frame containing button as “click here!”, and after clicking this button
an image should open in the second frame of that child window.
17. Create a slideshow with the group of four images, also simulate the next and
previous transition between slides in your JavaScript
18. Write a suitable JavaScript to create a pull down menu.