andi: Formular und Buttons

Beitrag lesen

Hi,
Probiers mal so:

<html>
<head>
<title></title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="300">
<tr>
<td>
<form action="speichern.php" method="post">
<input type="submit" value="speichern">
</form>
</td>
<td>
<form action="loeschen.php" method="post">
<input type="submit" value="loeschen">
</form>
</td>
</tr>
</table>
</body>
</html>