Hallo,
Nun habe ich die input formular mit id anstelle von name benannt, da sonst ja nicht valid (wg. xhtml strict).
Bei XHTML 1.0 strict ist durchaus das name-Attribut noch erlaubt.
Beim a-Element, aber nicht bei besagten form.
<!ATTLIST form
%attrs;
action %URI; #REQUIRED
method (get|post) "get"
enctype %ContentType; "application/x-www-form-urlencoded"
onsubmit %Script; #IMPLIED
onreset %Script; #IMPLIED
accept %ContentTypes; #IMPLIED
accept-charset %Charsets; #IMPLIED
>
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
Solltest Du aber XHTML 1.1 einsetzen, hast Du ein Problem, weil nicht alle Browser dies unterstützen.
Das Problem gibt's schon bei XHTML 1.0 Strict, wie wir doch schon in </archiv/2004/1/68517/#m394755> ff. besprochen hatten.
Mathias