Form that calls a Java servlet to search
When you press `Search', the following happens:
- The fields of the form are submitted to a Java webserver at
www2.itu.dk:8080/servlet/
- The webserver starts the Java servlet jcgRunMeServlet.class
- The servlet reads the field 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
2000-5-3