Darklord: Verschachtelte Formulare?!?

Beitrag lesen

<form>
<table>
 <tr>
 <th></th>
 <th></th>
 <th></th>
 <th></th>
 </tr>
 <tr>
 <td><input type="checkbox" name="form1" value="10"></td>
 <td></td>
 <td><form>(für button)</form>
 <td><form>(für button)</form>
 </tr>
</table>
<table>
 <tr>
 <td><input type="submit" value="Start Report"></td>
 </tr>
</table>
</form>
.
.
.