X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fxmlhttp.html;h=28130e501dfa3829e175535390764027334281af;hb=fadaa67e77ad8d5d966e252aba7f193e9e3840e3;hp=4f4c5f53b975da548b874bb581d2b7c918e3d184;hpb=92b2405b299bc60bc8bf6e594f7bd3f51645e124;p=freeside.git diff --git a/httemplate/elements/xmlhttp.html b/httemplate/elements/xmlhttp.html index 4f4c5f53b..28130e501 100644 --- a/httemplate/elements/xmlhttp.html +++ b/httemplate/elements/xmlhttp.html @@ -78,7 +78,7 @@ a[a.length-1](data); if ( data.indexOf("System error") > -1 ) { var w; - if ( w = window.open("about:blank") _ } + if ( w = window.open("about:blank") ) { w.document.write(data); } else { // popup blocking? should use an overlib popup instead