4.7. Einen einzelnen Parameter senden und verwenden
NOTE
HTML-Formular
<form method="POST" action="BierWahl.do"> Bier-Merkmale auswählen<p> <select name="farbe" size="1"> <option>hell <option>goldgelb <option>braun <option>dunkel </select> <center> <input type="SUBMIT"> </center> </form>
Der Browser verschickt eine dieser vier Wahlmöglichkeiten als Parameter »farbe« im Rumpf der Anfrage, zum Beispiel »farbe=goldgelb«.
NOTE
HTTP-POST-Anfrage
POST/BierRatgeber/BierWahl.do HTTP/1.1
Host: www.wickedlysmart.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4) Gecko/20030624 Netscape/7.1
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/xmng,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1 ...
Get Servlets und JSPs™ von Kopf bis Fuß now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.