Form that calls a Java servlet to add numbers

First number to add:

Second number to add:

When you press `Add the numbers', the following happens:

  1. The fields of the form are submitted to a Java webserver at ellemose.dina.kvl.dk
  2. The webserver starts the Java servlet TableServlet
  3. The servlet reads the fields of the form
  4. The servlet generates a new HTML page
  5. The HTML page is sent from the webserver to the browser
  6. The browser displays the HTML page


1999-11-17