<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta http-equiv="Content-Language" content="de-at">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Ohne_Titel_1</title>
<style type="text/css">
.text_loga {
margin: 2px 5px 5px 5px;
font-family: "Comic Sans MS";
font-size: 14px;
font-weight: bold;
text-align: left;
color: #000066;
}
.text_loga_eingabe {
margin: 3px 5px 0px 10px;
font-family: "Comic Sans MS";
font-size: 14px;
font-weight: bold;
text-align: left;
color: #000066;
}
.text_loga_botton {
margin: 1px 5px 1px 15px;
font-family: "Comic Sans MS";
font-size: 10px;
font-weight: bold;
text-align: left;
color: #000066;
}.zentrieren {
text-align: center;
}
</style>
</head>
<script language="javascript" type="text/javascript">
var win=null;
onerror = stopError;
function stopError(){
return true;
}
function indenchat(){
myleft=20;
mytop=20;
settings="width=1000,height=700,top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("
http://server4.webkicks.de/deinChat/","mypopup",settings);
win.focus();
}
function regnick(){
myleft=100;
mytop=100;
settings="width=400,height=350,top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("
http://server4.webkicks.de/deinChat/register","regpopup",settings);
win.focus();
}
</script>
<body style="margin: 0; background-color: #F9F7E1">
<form name="formular" method="post" action="
http://server4.webkicks.de/deinChat/" target="mypopup">
<p class="text_loga">Login Gäste:</p>
<table style="width: 200px" cellspacing="0" cellpadding="0">
<tr>
<td>
<p class="text_loga_eingabe">Nick:</p></td>
<td><input class="input" type="text" name="guest" maxlength="20" size="13" style="font-family: 'Comic Sans MS', Helvetica, Sans-Serif; color: #000066; font-size: 11px; background-color: #FFFFFF"></td>
</tr>
<tr>
<td>
<p class="text_loga_eingabe">Raum:</p></td>
<td><select name="raum" style="font-family: 'Comic Sans MS', Helvetica, Sans-Serif; color: #000066; font-size: 11px; background-color: #FFFFFF">
<option value="Hauptchat">Eingangshalle</option>
</select></td>
</tr>
<tr>
<td colspan="2" style="height: 12px">
<p class="text_loga_botton">Problemmodus Ja/Nein
<input name="pm" type="checkbox" value="1"></p></td>
</tr>
<tr>
<td colspan="2" class="zentrieren">
<input class="submit" type="submit" name="login" value="Gast - Login" onClick="indenchat();" style=" font-family: 'Comic Sans MS', Verdana, Arial, Helvetica, Sans-Serif; font-size: 12px; color: #000066; font-weight: bold"></td>
</tr>
<tr>
<td style="height: 3px" colspan="2"></td>
</tr>
<tr>
<td colspan="2" class="zentrieren">
<input type="button" value="Nick registrieren" onClick="regnick();" style=" font-family: 'Comic Sans MS', Verdana, Arial, Helvetica, Sans-Serif; font-size: 12px; color: #000066; font-weight: bold"></td>
</tr>
</table>
<p class="text_loga_botton">
<input name=job type=hidden value="ok">
<input name=cid type=hidden value="
deinChat">
</p>
</form>
</body>
</html>