59
Netprog 2002
-
HTTP
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...