The mail-list example below demonstrates how to use simple HTML forms with JSP.
This example takes firstname, last name and email from user and display it as an output.
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 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 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 Hello User example below demonstrates how to pass parameters in JSP.
This example accepts a name from user and displays the output as "Hello user-name".
The Hello World example below demonstrates how to use JSP to print hello world message.
This example prints a Hello world message along with current day,date and time.
The JSP Portal example below demonstrates how to build website portal using JSP and Servlets.
The example allows the user to select a portal as input and get its details as output.
Run It Now!
The online CD shopping cart example below demonstrates how to create a shopping cart in JSP.
The example allows the user to add items to a shopping cart, and then view
the contents of the cart.
Run It Now!