六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 5|回复: 0

在模式对话框下载文件,页面跳转等解决之道

[复制链接]

升级  43.33%

29

主题

29

主题

29

主题

秀才

Rank: 2

积分
115
 楼主| 发表于 2013-1-29 09:09:26 | 显示全部楼层 |阅读模式
在 window.showModalDialog生成的模式对话框(模式窗口)  下载文件 ,页面跳转不能用。
 
解决之道:对话框引入的页面引入iframe
 
下载文件例子:
 
<!--js 方法-->function exportExcel(){document.getElementById("downFile").src="<%=path %>/statAnal/oftenExcelReport/excel.action?wbName=zx_ds_zdy_wb";}<!--引入iframe--><body   style="overflow:scroll"><iframe id="downFile" width=0 height=0 frameborder=0 scrolling=auto src="" ></iframe><form id="form0" name="form0" method="post" action="">...</form><!-- 点击按钮调用js方法--><input name="button" type="button" class="button1"   value="导出报表"/><body>  
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表