Web programming lab programs
1. Create a form with the elements of Textboxes. Radio
buttons, Checkboxes, and so on. Write JavaScript code to
validate the format in email, and mobile number in 10
characters, If a textbox has been left empty, popup an alert
indicating when email, mobile number and textbox has been
left empty.
2. Develop an HTML Form, which accepts any Mathematical
expression. Write JavaScript code to Evaluate the expression
and Display the result.
3. Create a page with dynamic effects. Write the code to
include layers and basic animation.
4. Write a JavaScript code to find the sum of N natural
Numbers. (Use userdefined function)
5. Write a JavaScript code block using arrays and generate
the current date in words, this should include the day, month
and year.
6. Create a form for Student information. Write JavaScript
code to find Total, Average, Result and Grade.
[Link] a program in PHP to change background color based
on day of the week using if else if statements and using
arrays.
8. Write a simple program in PHP for i) generating Prime
number ii) generate Fibonacci series.
9. Write a PHP program to remove duplicates from a sorted
list.
10. Write a PHP Script to print the following pattern on the
Screen.
*****
****
***
**
*
11. Write a simple program in PHP for Searching of data by
different criteria.
12. Write a function in PHP to generate captcha code
13. Write a program in PHP to Validate Input
14. Write a program in PHP for setting and retrieving a cookie
[Link] a PHP program to Create a simple webpage of a
college.