Servertec Simple Form Servlet
Examples
Hello World
Display Arguments
Display Headers
URL Redirect
CGI Tester
SSI Tester
Servlet Tag
Servlet Chaining
Log
Cookie Counter
Cookie Tester
Protected Page
List Employees
Connection Pool
Simple Form
Dump Form
Page Counter
File Upload
Session Tester
Context Tester
C++ .NET
C# .NET
J# .NET
Visual Basic .NET

Return

 

This example prompts the user to enter their name and once submitted displays the entered value or asks the user to enter their name if none was submitted.

The examples utilizes the get method to submit any values to the Web Server from the client's browser.

The code contains all code to display the initial form and any resultant Web pages. The form field name is used to hold any entered value and to determine which response to send to the client's browser.

[ view source ]

 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Mon Sep 05 16:00:40 EDT 2005