Is there a script that pastes text below the textarea into the same HTML file. I want to create a simplified version of a message board.

<html>
<head>
<title></title>
</head>
<body>
<textarea name="message" cols=60 rows=15></textarea><BR>
<input type="submit">
</body>
</html>