X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=blobdiff_plain;f=js%2Freports.js;h=bd7d0a438ab93bce485b722b1551d995cf72564b;hp=1c24875edabb8e09f44c9816f049e591f395fe56;hb=e685a94465fe8f26c8ff3789242b43c1c20054cf;hpb=630e99edecc3eabe708a9e7bda94eaa60bf16db7 diff --git a/js/reports.js b/js/reports.js index 1c24875e..bd7d0a43 100644 --- a/js/reports.js +++ b/js/reports.js @@ -34,7 +34,13 @@ var replinks = { showClass(this.id.substring(5)); // id=classX return false; } - } + }, + 'button': function(e) { + e.onclick = function() { + window.open('', 'formpopup', 'toolbar=no,scrollbars=yes,resizable=yes,menubar=no'); + e.form.target='formpopup'; + } + }, } function set_options(e)