Raik: escape: LETZTER VERSUCH????

Beitrag lesen

Hallo, Pete!

Kann mir jetzt jemand noch helfen?

du meinst das hier: ?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="de">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
<body>
<script>
 function transferPageData(){
 e=document.f.a.value;
 document.f.e1.value =  unescape(escape(e));
 document.f.e1.value += unescape(escape('üöäpßßpöoijmklöööpoiklk \n |'));
}
</script>
<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>

hat bei mir wunderbar funktioniert.

freundl. Grüsse aus Berlin, Raik