X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5b22b6b5b7dbb290048cd15b3ede7d18cba4d09c..13f40529221ea3f6d8afbd5a047be7df7fa2a93c:/js/show_history.js diff --git a/js/show_history.js b/js/show_history.js index 2aeb7d4fc..6985c6941 100644 --- a/js/show_history.js +++ b/js/show_history.js @@ -10,12 +10,14 @@ function centerParms(width,height,extra) { return string; } -function set_history_window(id) { +function set_history_window(id,trans_id_type) { var parm = centerParms(800,500) + ",width=800,height=500,status=yes,scrollbars=yes"; var name = "History"; url = "common.pl?" + + "INPUT_ENCODING=UTF-8&" + "action=show_history&" + "longdescription=" + "&" + - "input_name=" + escape(id) + "&" + "trans_id_type=" + encodeURIComponent(trans_id_type) + "&" + + "input_name=" + encodeURIComponent(id) + "&" window.open(url, "_new_generic", parm); }