Ich will bei mir nen Chat machen und da wollt ich wissen wie man es machen kann, dass im Script schon irgendwie der Chatraum eingetragen ist, also dass dann z.B. "Lobby" als Chatraum abgesendet wird. Aber am Bildschirm soll man gar nichts von dem Chatraum lesen.
Wie muss ich den Chat verändern?
Code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Neue Seite 1</title>
</head>
<body>
<table border=0 width=360 align=center>
<form method="post" action="http://chat.rapidchat.com/login">
<input type="hidden" name="network" value="27183">
<tr><td width=150>Nickname:</td><td><input type="text" maxlength=32 name="nick"></td></tr>
<td>Passwort:</td><td><input type="password" maxlength=32 name="nickpw"></td></tr>
<td>Raum:</td><td><select name="room"><option value="Lobby">Lobby</option></select></td></tr>
<td>Raum-Passwort (*):</td><td><input type="password" maxlength=32 name="roompw"></td></tr>
<td>Netzwerk-Passwort (*):</td><td><input type="password" maxlength=32 name="networkpassword"></td></tr>
<td>Sprache:</td><td><select name="language"><option value="ger">Deutsch</option><option value="eng">English</option></select></td></tr>
<td>Design:</td><td><select name="templateset"><option value="2">Brown Sugar</option><option value="3">LB Communicator</option></select></td></tr>
<td> </td><td><input type="submit" value="Login"></td></tr>
<td colspan=2>(*) = Optionale Angabe</td></tr>
</form>
</table>
</body>
</html>
Wie muss ich den Chat verändern?
Code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Neue Seite 1</title>
</head>
<body>
<table border=0 width=360 align=center>
<form method="post" action="http://chat.rapidchat.com/login">
<input type="hidden" name="network" value="27183">
<tr><td width=150>Nickname:</td><td><input type="text" maxlength=32 name="nick"></td></tr>
<td>Passwort:</td><td><input type="password" maxlength=32 name="nickpw"></td></tr>
<td>Raum:</td><td><select name="room"><option value="Lobby">Lobby</option></select></td></tr>
<td>Raum-Passwort (*):</td><td><input type="password" maxlength=32 name="roompw"></td></tr>
<td>Netzwerk-Passwort (*):</td><td><input type="password" maxlength=32 name="networkpassword"></td></tr>
<td>Sprache:</td><td><select name="language"><option value="ger">Deutsch</option><option value="eng">English</option></select></td></tr>
<td>Design:</td><td><select name="templateset"><option value="2">Brown Sugar</option><option value="3">LB Communicator</option></select></td></tr>
<td> </td><td><input type="submit" value="Login"></td></tr>
<td colspan=2>(*) = Optionale Angabe</td></tr>
</form>
</table>
</body>
</html>