<html>
<head>
<title>Chatroom</title>
</head>
<body>
<textarea id="msg_textarea"
rows="10"
cols="10"
readonly="readyonly"
style="width:500px;height:400px;"></textarea>
<form id="msg_form" method="post" action="send.php">
<input type="text" name="message" style="width:500px"/>
</form>
</body>
</html>