hi,
ich bin ratlos!
nich doch. teste.
Gruesse Joachim
<html>
<head>
<script language="javascript1.2">
function go() {
var mF = document.feld.inp;
alert(mF.value.replace(/\n/g," xxx "));
}
</script>
</head>
<body>
<form Name="feld">
<textarea cols="20" rows="4" name="inp"></textarea>
<input name="lala" type="button" value="go" onclick="go()">
</form>
</body>
</html>