标签: javascript fusioncharts
我正在使用融合图表。服务器导出后我无法关闭浏览器窗口。
使用函数window.close();和self.close();
var totalCharts=26; var graphs; function myCallBackFunction(exporStatus) { graphs++; if(totalCharts==graphs) self.close(); //window.close() }
为什么不在这里工作?怎么解决这个问题?