]> wagnertech.de Git - mfinanz.git/blobdiff - js/common.js
Variablen zwischenspeichern und wiederherstellen, sofern sie existieren, auch wenn...
[mfinanz.git] / js / common.js
index 6d818f312fed73aac0009e9826333e939bb2121e..8decd61f29c8f866919d8250e3d37118d5800d53 100644 (file)
@@ -42,6 +42,7 @@ function set_longdescription_window(input_name) {
   var parm = centerParms(600,500) + ",width=600,height=500,status=yes,scrollbars=yes";
   var name = document.getElementsByName(input_name)[0].value;
   url = "common.pl?" +
+    "INPUT_ENCODING=UTF-8&" +
     "action=set_longdescription&" +
     "longdescription=" + encodeURIComponent(document.getElementsByName(input_name)[0].value) + "&" +
     "input_name=" + encodeURIComponent(input_name) + "&"