If you don't want data displayed in the address bar, use "method=POST" in your form tag.
If you want to preserve data from one form to another, you have many options. Here's two:
1. When the CGI that parses the first page produces the HTML that is the second page, have it include the data in "type=hidden" form fields.
2. Use session variables. ______________________________________________________________________
Perfection in engineering does not happen when there is nothing more to add.
Rather it happens when there is nothing more to take away.