首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

一种导出不刷本页面出现皂页的方式

2012-10-24 
一种导出不刷本页面出现白页的方式function queryProjectBill(){document.ProjectBillForm.operation.valu

一种导出不刷本页面出现白页的方式

  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>

热点排行