Cheatah: formular sction

Beitrag lesen

Hi,

Deine method fehlt noch, also z.B. method="post".

http://www.w3.org/TR/html401/interact/forms.html#edef-FORM:
<!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--
[...]
  >

Cheatah

--
X-Will-Answer-Email: No