AndreD: formular sction

Beitrag lesen

Hallo,

<!ELEMENT FORM - - (%block;|SCRIPT)+ -(FORM) -- interactive form -->
<!ATTLIST FORM
  %attrs;                              -- %coreattrs, %i18n, %events --
  action      %URI;          #REQUIRED -- server-side form handler --
  method      (GET|POST)     GET       -- HTTP method used to submit the form--
[...]
  >

Ich weiss jetzt im Moment nicht genau auf was sich Dein Hinweis bezieht, evt. auf diesen Absatz der darunter steht:

...get: With the HTTP "get" method, the form data set is appended to the URI specified by the action attribute (with a question-mark ("?") as separator) and this new URI is sent to the processing agent...<

Meinst Du das Sie method=get verwenden soll weil Sie die Werte an die URI anhängen möchte? Berichtige mich bitte, falls ich noch auf dem Schlach stehe...

Mahlzeit mal,
Gruss Andre