X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6b063f3c88f7ca16e83a19759441a05e0ff84a47..17a8e2bbdba1c715abdb106a0819cf913cdf6fb6:/js/common.js diff --git a/js/common.js b/js/common.js index 6d818f312..8decd61f2 100644 --- a/js/common.js +++ b/js/common.js @@ -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) + "&"