ich bin zu doof ich habe folgendes eingefügt
openside("Chat");
echo '<center>
<div align="center">
<form name="formular" method="post" action="
http://server3.webkicks.de/djpichat/">
Name: <input type="text" name="user" maxlength="20">
Passwort: <input type="password" name="pass" maxlength="15"><P>
Gast?<P><input type="text" name="guest" maxlength="20"><P>
<P> Raum:<P> <select class="input" name="raum" style="width:120px;">
<option value="Hauptchat">Hauptchat</option>
<input name=job type=hidden value="ok">
<input name=cid type=hidden value="djpichat">
<input class="submit" type="submit" name="login" value="Login">
<center><td style="height: 200px; width: 100px; text-align: center;"><iframe
src="
http://server3.webkicks.de/cgi-bin/ol.cgi?cid=djpichat"
height="380" width="160"></iframe></td>
<td></td></form></div></center>
</center>';
closeside();
so mein prob ist das beide fenster jetzt nebeneinander sind und nicht untereinander was mach ich falsch?