HTML Form using POST
Set the form method to POST instead of
GET.
<FORM METHOD=POST ACTION=…>
The browser will take care of the details...
59