<html><head><title>test</title>
<script type="text/JavaScript">
function eingabe()
{
var text = "<pre><font face='Arial'>" + document.form.physical.value + "</font></pre>";
document.write(text);
}
</script>
<style type="text/css">
<!--
textarea { font-family:'Arial'; }
-->
</style>
</head><body>
<form name="form">einmal physical:<br>
<textarea name="physical" cols="30" rows="3" wrap="physical">
</textarea></p>
<input type="button" value="Meldung" onClick="eingabe()">
</form>
</body></html>
Habs getestet und funktioniert PERFEKT!
Danke für die Hilfe! :) *freu*
Herby