一种导出不刷本页面出现白页的方式
function queryProjectBill() { document.ProjectBillForm.operation.value="selectProjectBill"; document.ProjectBillForm.target=""; document.ProjectBillForm.submit(); }//查询的时候提交的target换成空在body里面设置隐藏的iframe<iframe name="excelFrame" id="excelFrame" style="display:none;"> </iframe>//导出方法里面设置 function exportExcel() { document.ProjectBillForm.operation.value="exportExcel"; document.ProjectBillForm.target="excelFrame"; document.ProjectBillForm.submit(); }//跳转到另外一个页面没数据时<script language="javascript"> alert('<iecc:message key="epm.reconsign.query.web.ProductLitigationStatAction.Message0"/>');</script>