Form that calls a Java servlet to add numbers
When you press `Add the numbers', the following happens:
- The fields of the form are submitted to a Java webserver at
ellemose.dina.kvl.dk
- The webserver starts the Java servlet TableServlet
- The servlet reads the fields of the form
- The servlet generates a new HTML page
- The HTML page is sent from the webserver to the browser
- The browser displays the HTML page
1999-11-17