Hallo,
kann ich das auch auf mehrere elemente anwenden? also: einmal getippt 3mal geschrieben :)
Klar:
<form action="">
<input type="text" onkeyup="document.getElementById('ausgabe1').firstChild.nodeValue=this.value;document.getElementById('ausgabe2').firstChild.nodeValue=this.value;document.getElementById('ausgabe3').firstChild.nodeValue=this.value">
</form>
<p id="ausgabe1"> </p>
<p id="ausgabe2"> </p>
<p id="ausgabe3"> </p>
Evtl. in eine separate Funktion auslagern.
MfG, Thomas