Form processing
Links
get-form.html
Sample form that uses GET.
post-form.html
Sample form that uses POST.
show-parameters-get-form.html
Form that uses GET to access the ShowParameters servlet.
show-parameters-post-form.html
Form that uses POST to access the ShowParameters servlet.
three-params-form.html
Form that sends data to the ThreeParams servlet.
submit-resume.html
Form that sends data to the ShowResumePreview servlet.
code-form-1.html
Form that sends data to the CodePreviewBad servlet. Fails to escape HTML characters.
code-form-2.html
Form that sends data to the CodePreviewGood servlet. Escapes HTML characters.