Hallo, der reine HTML-Code:
________________________________________________________________
<table border="0" width="100%" style="margin:0px; border:0px; padding-right:5px;" cellpadding="0" cellspacing="0">
<tr>
<td>
<form action="nach_daten_in_pool_suchen.php" method="post" style="margin:2px;">
<table border="0" width="100%" style="margin:0px; border:0px;" cellpadding="0" cellspacing="0">
<tr>
<td width="100%">
<select name="pool" class="Bereich" size="4">
<option value="1"> </option>
</select>
</td>
<td width="100%">
<input type="submit" name="suchen" value="suchen" style="width:100%"><br>
<input type="submit" name="kriterium_loeschen" value="Kriterium löschen" style="width:100%"><br>
<input type="submit" name="pool_loeschen" value="Pool löschen" style="width:100%">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
_______________________________________________________________
Ciao!
Michi