X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5b22b6b5b7dbb290048cd15b3ede7d18cba4d09c..ca12e8dfc4773aabc13818a0398e06e44028e2bc:/js/show_vc_details.js diff --git a/js/show_vc_details.js b/js/show_vc_details.js index 5595e72fb..3e5bffc01 100644 --- a/js/show_vc_details.js +++ b/js/show_vc_details.js @@ -7,8 +7,8 @@ function show_vc_details(vc) { vc_id = vc_id[0].value; url = "common.pl?" + "action=show_vc_details&" + - "vc=" + escape(vc) + "&" + - "vc_id=" + escape(vc_id) + "vc=" + encodeURIComponent(vc) + "&" + + "vc_id=" + encodeURIComponent(vc_id) //alert(url); window.open(url, "_new_generic", parm); }