Mailinglisten-Archive |
Hallo Frank, habe ich auch schon versucht, das funktioniert nicht. Ich möchte ja mehrere Formulare auf einer Seite verwenden, da ich unterschiedliche Variablen an unterschiedliche PHP3 Dokumente übergeben will. Wenn ich ein FORM-TAG in eine Tabelle schreibe, dann habe ich die Leerzeile (die ich nicht will) unter dem Formular. Hier das vollständige Beispiel: <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF"> <table width="640" border="1"> <tr> <td height="62"> <table width="100%" border="1"> <tr> <td> <form method="post" action=""> <input type="submit" name="Submit" value="Submit"> </form> </td> </tr> </table> <table width="100%" border="1"> <tr> <td> <form method="post" action=""> <input type="submit" name="Submit2" value="Submit"> </form> </td> </tr> </table> <table width="100%" border="1"> <tr> <td> <form method="post" action=""> <input type="submit" name="Submit3" value="Submit"> </form> </td> </tr> </table> </td> </tr> </table> </body> </html>
php::bar PHP Wiki - Listenarchive