|
<html> <head> <title>PC WOrld Chat</title> <meta name="author" content="LaR"> <frameset rows="85%,*"> <frame src="chataus.php" scrolling ="yes"> <frame src="chatein.php"> </frameset> <noframes> Ihr Browser unterstützt keine Frames! </noframes> </head> </html>
<html> <head> <title>Chatprogramm</title> </head> <body topmargin ='5'> <form method="post"> Spitzname: <input type="text" \ name="teilnehmername"> Farbe:<input type="text" \ size ="8"\ name="farbe" \ value="blue "> Wähle unter: red, blue, green, magenta, cyan, black, maroon, lime, teal, purple <br><input type ="submit" \ value ="anmelden"> </form> </body> </html>
|