Ashura: name Attribut und XHTML

Beitrag lesen

Hallo Gunnar.

  • wenn es wegfällt, wie kann ich dann mittels php auf die Inhalt meiner Formularelemente zugreifen.

War das eine Frage. ;-) Vielleicht IDs vergeben.

Bei Formularelementen wird das name-Attribut wohl niemals verschwinden.
Andernfalls wären Konstrukte wie das folgende nicht mehr möglich, da eine ID ja eindeutig sein muss:

<fieldset>  
  <legend>Auswahl:</legend>  
  <label><input type="radio" name="toogle" value="foo" /> Foo</label>  
  <label><input type="radio" name="toogle" value="bar" /> Bar</label>  
  <label><input type="radio" name="toogle" value="baz" /> Baz</label>  
</fieldset>

Einen schönen Freitag noch.

Gruß, Ashura

--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]