| POST Test |
|
The three forms on this page all pass data to the server
in two ways: via the URL and via POST data.
Different web servers handle this case differently.
The first form is serviced by this server. You should see
values for "name1" (passed in the URL) and "name2"
(passed in the POST data).
You'll have to edit this page so the following
form is serviced by an Apache server.
You'll have to edit this page so the following
form is serviced by a Netscape server.