Re: "name" element in HTML4.0

* Ryan Fischer <fischer@email.unc.edu> wrote:
| If you are talking about FORMs, then no, I don't think NAME is valid in
| FORM.

http://www.w3.org/TR/html401/loose.dtd

[...]
<!ATTLIST FORM
 %attrs;                              -- %coreattrs, %i18n, %events --
 action      %URI;          #REQUIRED -- server-side form handler --
 method      (GET|POST)     GET       -- HTTP method used to submit the form--
 enctype     %ContentType;  "application/x-www-form-urlencoded"
 accept      %ContentTypes; #IMPLIED  -- list of MIME types for file upload --
 name        CDATA          #IMPLIED  -- name of form for scripting --
 ^^^^
 onsubmit    %Script;       #IMPLIED  -- the form was submitted --
 onreset     %Script;       #IMPLIED  -- the form was reset --
 target      %FrameTarget;  #IMPLIED  -- render in this frame --
 accept-charset %Charsets;  #IMPLIED  -- list of supported charsets --
 >
[...]

regards,
--
Björn Höhrmann - mailto:bjoern@hoehrmann.de - http://www.bjoernsworld.de
am Badedeich 7 - Telefon: +49(0)4667/981ASK - http://bjoern.hoehrmann.de
25899 Dagebüll - PGP KeyID:      0xA4357E78 - http://learn.to/quote <---

Received on Wednesday, 12 January 2000 11:33:10 UTC