Return to chatroom.html CVS log | Up to [LON-CAPA] / loncom / html / res / adm / pages |
1.1 www 1: <html> 1.4 ! albertel 2: <head> ! 3: <title>Chat room</title> ! 4: </head> 1.3 www 5: <frameset border="0" rows="80,100,*"> 1.4 ! albertel 6: <frame name="chatacc" src="/adm/chatfetch"></frame> ! 7: <frame name="chatpost" src="/adm/chat"></frame> ! 8: <frame name="chatout" src="/adm/rat/empty.html"></frame> 1.1 www 9: </frameset> 10: </html>