X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/81d1ae0f68bcc51a95d90b3cd6d8786231d29979..6b063f3c88f7ca16e83a19759441a05e0ff84a47:/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); }