Skip to content

Instantly share code, notes, and snippets.

@stevenchan
Created January 22, 2010 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenchan/283621 to your computer and use it in GitHub Desktop.
Save stevenchan/283621 to your computer and use it in GitHub Desktop.
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment