Servlet_01 - Input Form

This document contains an input form with examples for any available HTML form elements. Upon pressing the "Submit" button the current contents of all elements in this form will be sent to "Servlet_01" and shown on a separate page.

  • Single-line text input
  • Multi-line text input
  • Drop-down menu for single selection
  • Item list for multiple selection
  • "Radio button" list for single selection
    Variant I
    Variant II
    Variant III
    Variant IV
    Variant V
  • "Checkbox" list for multiple selection
    Variant I
    Variant II
    Variant III
    Variant IV
    Variant V
  • File Selection
  • (internal data storage)
    (nothing else should be visible but this description)
  • Form submission button

    pressing this button will submit the form to "Servlet_01"
     
Andreas Rozek