Antwort
<html>
<head>
</head>
<body>
<form name="Formular">
<textarea cols="20" name="textfeld" rows="4"></textarea>
<input type="button" value="KLICK MICH" onclick='document.Formular.textfeld.value="Und schone erscheint
ein kleiner Text bei Klick"'/>
</form>
</body>
</html>