X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fshow_vc_details.js;h=067a264cd57fe447d0ceb565db03a27d125c4601;hb=04dccca70c47960cd6ea03a4f0ae05a9cbc42c41;hp=b85614bc6a997285c930001a729bcd47ead70593;hpb=fb4d2ffa6aae03b36e4db77be10c3d9dce4413f8;p=kivitendo-erp.git diff --git a/js/show_vc_details.js b/js/show_vc_details.js index b85614bc6..067a264cd 100644 --- a/js/show_vc_details.js +++ b/js/show_vc_details.js @@ -6,11 +6,10 @@ function show_vc_details(vc) { if (vc_id) vc_id = vc_id[0].value; url = "common.pl?" + + "INPUT_ENCODING=UTF-8&" + "action=show_vc_details&" + - "login=" + escape(document.getElementsByName("login")[0].value) + "&" + - "password=" + escape(document.getElementsByName("password")[0].value) + "&" + - "vc=" + escape(vc) + "&" + - "vc_id=" + escape(vc_id) + "vc=" + encodeURIComponent(vc) + "&" + + "vc_id=" + encodeURIComponent(vc_id) //alert(url); window.open(url, "_new_generic", parm); }