<script language="JavaScript">
<!--
function OpenChat()
{
var sCOLOR = document.Form.color.value;
var sCHANNEL = document.Form.channel.value;
var sSID = document.Form.sid.value;
window.open("http://chatbox.keeptalking.de/box.php?color="+sCOLOR+"&channel="+sCHANNEL+"&sid="+sSID+","CHAT","left=10,top=10,width=950,height=600");
}
// -->
</script>
<form name="Form" action="">
<input type="hidden" value="" name="oldnick">
<input type="hidden" value="" name="password">
<input type="hidden" value="0" name="color">
<input type="hidden" value="_meister_eder" name="channel">
<input type="hidden" value="" name="lang">
<input type="hidden" value="" name="width">
<input type="hidden" value="" name="height">
<table border="0" cellspacing="1" width="100%" height="77">
<tr>
<td width="43%" height="37">
<p align="right"><font face="Verdana" size="2" color="#000000">Benutzername:</font></td>
<center>
<td width="3%" height="37"></td>
<td width="55%" height="37"><input type='text' name='nickname' size='20'> </td>
</tr>
<tr>
<td width="43%" height="36"></td>
<td width="3%" height="36"></td>
</center>
<td width="55%" height="36" valign="top">
<p align="center"><input type="image" value="Senden" src="http://chatbox.keeptalking.de/login.jpg" onClick="OpenChat()"></td>
</tr>
</table> |