[HTML] Formular "post"
-
Hallo ihr Progga!
hab da mal 'n Prob! cool wa??? (schreibweise von Problem)
Also meine site beinhaltet eine Contact-Formular, aber er sendet nicht die text area. Er sendet nur den Gametype xxx und send=submit!
Mein code:
<form action=mailto:xxxxxx@xxxx.de?subject="CONTACT" enctype="text/plain" method="post">
<table align="center" border="0">
<tr>
<td valign="top">game: </td>
<td><select name="game">
<option>quake 3 arena cpma</option>
<option>warcraft 3 frozen throne</option>
<option>counterstrike (1vs1)</option>
</select></td>
</tr>
<tr>
<td valign="top">remark: </td>
<td><textarea cols="30" rows="7"></textarea></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" name="send" value="submit"></td>
</tr>
</table>
</form>
<br>
<table border="0" align="center">
<tr>
<td>kritik, lob oder anregungen an: </td>
</tr>
<tr>
<td align="center"><a href="mailto:xxxxxx@xxxxxx.de"><font size="-1">webmaster</font></a></td>
</tr>
</table>
-
hi du
musst dem textarea einen namen geben
<textarea name="hi" cols="30" rows="7"></textarea>
ciao
-
*knuddel*