Problem with html form tag

Hi,<br />
<br />
I desperately try to get an html page holding a table with many rows and two forms per row to work.<br />
It looks like this:<br />
.<br />
.<br />
.<br />
<tr align="center"><br />
<td><br />
<form name="Z1" action="/invoke/B2BTools.Backup/deleteSingleIdocBackup"><br />
<input class="widebuttons" id="dele" align="left" type="submit" value="Delete" onClick="DoActions('DELETE', '91f5d0e1fd70bf23000000b3', 'Z1');" /><br />
</endform> <br />
</td> <br />
<td><br />
<form name="F1" action="/invoke/B2BTools.Backup/showSingleIdocBackup"> <br />
<input class="widebuttons" id="tid" align="left" type="submit" value="91f5d0e1fd70bf23000000b3" onClick="DoActions('XML', '91f5d0e1fd70bf23000000b3', 'F1');" /><br />
</endform> <br />
</td><br />
.<br />
.<br />
.<br />
</tr><br />
.<br />
.<br />
.<br />
<tr align="center"><br />
<br />
<td><br />
<form name="Z2" action="/invoke/B2BTools.Backup/deleteSingleIdocBackup"><br />
<input class="widebuttons" id="dele" align="left" type="submit" value="Delete" onClick="DoActions('DELETE', '91f5d0e1fd70bf23000000b4', 'Z2');" /><br />
</endform> <br />
</td> <br />
<td><br />
<form name="F2" action="/invoke/B2BTools.Backup/showSingleIdocBackup"> <br />
<input class="widebuttons" id="tid" align="left" type="submit" value="91f5d0e1fd70bf23000000b4" onClick="DoActions('XML', '91f5d0e1fd70bf23000000b4', 'F2');" /><br />
</endform> <br />
</td><br />
.<br />
.<br />
.<br />
Whatever submit button I press it seems always to carry out the action of the first form.<br />
<br />
Does anyone have an idea whats wrong?<br />
<br />
Thanks Matthias<!--content-->What the hell is </endform> ???<br />
<br />
It should be </form><!--content-->Thank you for your input, Craig!<br />
<br />
Sometimes it is to obvious to bee seen...<!--content-->Sorry if that response seemed crude, not my intention :)<!--content-->
 
Back
Top