Hallo,
ich bin total am verzweifeln.
Habe per PHP ein Formular, das weder abgeschickt noch resettet werden kann. Hier mein HTML Code:
<table align="center" width="535" border="0" cellspacing="1" cellpadding="2">
<tr valign="top">
<td align="right"
<form action="?action=checkBewerbung" method="get">
<table width="530" border="0" cellspacing="1" cellpadding="2">
<!-- ... -->
<tr bgcolor="#F0F4FF">
<td width="25%" align="right" class="titel">E-Mail</td>
<td colspan="2" width="75%" align="left" nowrap>
<input name="email" type="text" size="36">
</td>
</tr>
<tr bgcolor="#F0F4FF">
<td width="25%" align="right" class="titel">Beschreibung</td>
<td colspan="2" width="75%" align="left" nowrap>
<textarea cols="35" rows="8" name="beschreibung" class="inputtext"></textarea>
</td>
</tr>
<tr bgcolor="#F0F4FF">
<td width="25%" align="right" class="text"> </td>
<td colspan="2" width="75%" align="left" nowrap>
<input type="submit" value="Bewerben">
<input type="reset" value="Zurücksetzen"><br><br>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
Ihr könnt auch selbst mal die Seite ansehen, sieh URL
Gruß Andreas