X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fcommon.js;h=8decd61f29c8f866919d8250e3d37118d5800d53;hb=157de633439c883a1f8ee0d2a36bb7757fb2b662;hp=6d818f312fed73aac0009e9826333e939bb2121e;hpb=6b063f3c88f7ca16e83a19759441a05e0ff84a47;p=kivitendo-erp.git 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) + "&"