hat bei mir wunderbar funktioniert.
Nein, mir überhaupt nicht.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<script type="text/javascript">
function transferPageData() {
e=document.f.a.value;document.f.e1.value = unescape(escape(e))+'\n';
document.f.e1.value += unescape(escape('üöäpßßpöoijmklöööpoiklk'));
}
</script>
</head>
<body>
<form name="f">
<textarea cols="40" rows="3" name="a">üöäpßßpöoijmklöööpoiklk</textarea><br>
<textarea cols="40" rows="4" name="e1"></textarea>
<input type="button" value="go" onClick="transferPageData()"></form>
</body>
</html>
Der Code sieht wie oben aus und das was ich bekomme ist:
ŸšŠp§§pšoijmklšššpoiklk
ŸšŠp§§pšoijmklšššpoiklk
Immerhin schon mal das gleiche.
Aber ich würde gerne die Umlaute sehen.
Pete