List of programs _Dec9
List of programs _Dec9
HTML , CSS
JAVASCRIPT
7. Write a HTML page that contains a selection box with a list of 5 countries
When the user selects a country , its capital should be printed next to the list
8. develop a XML page and validate using DTD
9 Write a javascript program to implement string object methods
10 Write a javascript program to check whether the given number is prime or not ( use
text box for input data)
11 Write a javascript program to a) find the factorial of a number( using functions)
b) Generate even numbers between 2 to 100
12 Write a javascript program for simple Client validation check
13 Write a javascript program to implement onclick /onmouseover events
14 Write a javascript program to find min & max element of the array.
Servlets
15. Servlet program to welcome user.
16. Servlet program to read parameter through html page.
JSP
17. JSP program to print current time and date.
18. JSP program to generate and print a html table with 10 rows , two columns
19. JSP program to access from a HTML page
Or program to implement POST/GET methods
20. JSP program to implement cookies .
PHP
21 .PHP program to print even numbers using for loop or while loop.
22. PHP program to create and display an associate array,
23. PHP program to create and access cookies.
24. PHP program to read parameters from a HTML page.
25. PHP program for creating a file.
26. PHP program to open a connection to MYSQL.
27 . PHP program to insert a record into the table (created using MYSQL).
28. PHP program to display the records of the table.