X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/54e4131e091831e00a861fe2c4f53e344b87ddca..03ea97647e3fbdea4323f4f2136bdfa87cb15c1b:/js/vendor_selection.js diff --git a/js/vendor_selection.js b/js/vendor_selection.js index f28ac516d..41f6e1766 100644 --- a/js/vendor_selection.js +++ b/js/vendor_selection.js @@ -3,9 +3,6 @@ function vendor_selection_window(input_name, input_id) { var name = document.getElementsByName(input_name)[0].value; url = "common.pl?" + "action=vendor_selection&" + - "login=" + escape(document.getElementsByName("login")[0].value) + "&" + - "password=" + escape(document.getElementsByName("password")[0].value) + "&" + - "path=" + escape(document.getElementsByName("path")[0].value) + "&" + "name=" + escape(name) + "&" + "input_name=" + escape(input_name) + "&" + "input_id=" + escape(input_id)