X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=js%2Freports.js;h=bd7d0a438ab93bce485b722b1551d995cf72564b;hb=e685a94465fe8f26c8ff3789242b43c1c20054cf;hp=1c24875edabb8e09f44c9816f049e591f395fe56;hpb=4a07578898a905fcbb526f25322f215d87163034;p=fa-stable.git 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)