X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fdunning.js;h=9a794a985cf37c353e95e7395e61cb79b836464a;hb=96e32f352f3937bdd2deb279a55d94871396d9c0;hp=ccf80c6919161cf4f696c1953f0988b39f53e1e4;hpb=6b063f3c88f7ca16e83a19759441a05e0ff84a47;p=kivitendo-erp.git diff --git a/js/dunning.js b/js/dunning.js index ccf80c691..9a794a985 100644 --- a/js/dunning.js +++ b/js/dunning.js @@ -1,6 +1,7 @@ function set_email_window(input_subject, input_body, input_attachment) { var parm = centerParms(800,600) + ",width=800,height=600,status=yes,scrollbars=yes"; var url = "dn.pl?" + + "INPUT_ENCODING=UTF-8&" + "action=set_email&" + "email_subject=" + encodeURIComponent(document.getElementsByName(input_subject)[0].value) + "&" + "email_body=" + encodeURIComponent(document.getElementsByName(input_body)[0].value) + "&" +