Mathias Brodala: $_POST['name'] im Firefox leer!

Beitrag lesen

Hallo Auge.

~~~html

<tr>

<td width="36">&nbsp;</td>
          <td>Name / Firma:</td>
          <td><label>
            <input name="name" type="text" id="name" />
          </label></td>
          <td>Vorname:</td>
          <td><input name="vorname" type="text" id="vorname" /></td>
        </tr>


>   
> Deine Schachtelung ist falsch. Mit <label></label> wird der Text zum Eingabeelement eingeschlossen.  
>   
> ~~~html
  

> <!-- Beachte: for="name" spricht das Attribut "id", nicht das Attribut "name" an. -->  
> <label for="name">Name/Firma</label>  
> <input name="name" type="text" id="name" />

Oder alternativ:

<p><label>Name/Firma: <input name="name" type="text" id="name" /></label></p>  
<p><label>Vorname: <input name="vorname" type="text" id="vorname" /></label></p>

Einen schönen Sonntag noch.

Gruß, Mathias

--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
debian/rules