]> wagnertech.de Git - mfinanz.git/blobdiff - js/show_history.js
Anständig quoten.
[mfinanz.git] / js / show_history.js
index bf8471ed8b379ecce34a1194ec143fb26d6ef3ec..137e2193e505ffd23a90f4ad1862b6f65f535371 100644 (file)
@@ -11,14 +11,13 @@ function centerParms(width,height,extra) {
 }
 
 function set_history_window(id) {
 }
 
 function set_history_window(id) {
-  var parm = centerParms(600,500) + ",width=600,height=500,status=yes,scrollbars=yes";
+  var parm = centerParms(800,500) + ",width=800,height=500,status=yes,scrollbars=yes";
   var name = "History";
   url = "common.pl?" +
     "action=show_history&" +
     "login=" +  encodeURIComponent(document.getElementsByName("login")[0].value)+ "&"+
     "password=" + encodeURIComponent(document.getElementsByName("password")[0].value) + "&" +
   var name = "History";
   url = "common.pl?" +
     "action=show_history&" +
     "login=" +  encodeURIComponent(document.getElementsByName("login")[0].value)+ "&"+
     "password=" + encodeURIComponent(document.getElementsByName("password")[0].value) + "&" +
-    "path=" + encodeURIComponent(document.getElementsByName("path")[0].value) + "&" +
     "longdescription=" + "&" +
     "input_name=" + escape(id) + "&"
   window.open(url, "_new_generic", parm);
     "longdescription=" + "&" +
     "input_name=" + escape(id) + "&"
   window.open(url, "_new_generic", parm);
-}
\ No newline at end of file
+}