Code:
<!DOCTYPE html>
<html>
<head>
<script>
function opie()
{
document.getElementById('myplace').innerHTML = document.getElementById('myinput').value;
}
</script>
</head>
<body>
<form>
<input type="text" id="myinput" onkeyup="opie();"
<hr>
<hr>
<hr>
<textarea id="myplace" maxlength="20"></textarea>
</form>
</body>
</html>
list box is a M$ thing.