The mail-list example below demonstrates how to use simple HTML forms with Servlets.
This example takes firstname, last name and email from user and display it as an output.
The Login example below demonstrates how to use javascript with JSP to validate the login form.
This example accepts username and password from the user and displays a "Welcome User" message in messa Run It Now!
The checkbox example below demonstrates how to use HTML checkbox to pass value in JSP.
This example prints the value of selected checkbox as output.
Run It Now!
The JSP expression example below demonstrates how to use java scripting elements in JSP.
The example allows the user to view the current time,hostname and sessionID as parameter.
The Arithmetic Calculator example below demonstrates how to use simple HTML
forms with servlets.
The example takes two inputs from the user and performs arithmetic
operations on the inputs to displ Run It Now!
The EL function example below demonstrates how to use El functions in JSP.
This example uses abs() and round() to find out the absolute and rounded value of given values.