当前位置:网站首页>easyui出口excel无法下载框弹出的办法来解决
easyui出口excel无法下载框弹出的办法来解决
2022-07-06 21:26:00 【全栈程序员站长】
大家好,又见面了,我是全栈君
使用前ajax发,码如下面(ActionUrl一般处理程序ashx路径):
$.ajax({
url: ActionUrl + '?action=export&ID=' + $('#fm_ID').val(),
dataType: 'json',
success: function (jsonstr) {
//top.art.dialog.tips('导出成功。');
}
});
没办法弹出下载框。
直接浏览器地址栏输入相关页面地址并打开能够弹出下载框下载,考虑可能是iframe的缘故。
由于输入页面地址能够打开下载框,所以考虑打开新的页面下载,可是由于导出用的NPOI的缘故,要传递DataTable,所以就不这么做了。
想用window.showModalDialog的方法:
window.showModalDialog(ActionUrl + '?action=export&ID=' + $('#fm_ID').val());
可是仅仅弹出一个空白窗口,并不会下载。
所以最后用window.open实现:
window.open(ActionUrl + '?action=export&ID=' + $('#fm_ID').val());
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/116701.html原文链接:https://javaforall.cn
边栏推荐
- [MySQL] row sorting in MySQL
- 维护万星开源向量数据库是什么体验
- Kotlin Android 环境搭建
- ERROR: Could not build wheels for pycocotools which use PEP 517 and cannot be installed directly
- Huawei and Xiaomi "copy each other"
- leetcode:面试题 17.24. 子矩阵最大累加和(待研究)
- 19. (ArcGIS API for JS) ArcGIS API for JS line acquisition (sketchviewmodel)
- Binary, octal, hexadecimal
- 海思3559万能平台搭建:RTSP实时播放的支持
- Native MySQL
猜你喜欢
预处理——插值
我的勇敢对线之路--详细阐述,浏览器输入URL发生了什么
维护万星开源向量数据库是什么体验
[security attack and Defense] how much do you know about serialization and deserialization?
20. (ArcGIS API for JS) ArcGIS API for JS surface collection (sketchviewmodel)
ABAP Dynamic Inner table Group cycle
1200.Minimum Absolute Difference
Web service performance monitoring scheme
API data interface of A-share index component data
你心目中的数据分析 Top 1 选 Pandas 还是选 SQL?
随机推荐
QT 打开文件 使用 QFileDialog 获取文件名称、内容等
20. (ArcGIS API for JS) ArcGIS API for JS surface collection (sketchviewmodel)
23. (ArcGIS API for JS) ArcGIS API for JS ellipse collection (sketchviewmodel)
Optimization cases of complex factor calculation: deep imbalance, buying and selling pressure index, volatility calculation
About Tolerance Intervals
Kalman filter-1
红米k40s root玩机笔记
tflite模型转换和量化
Confirm the future development route! Digital economy, digital transformation, data This meeting is very important
Termux set up the computer to connect to the mobile phone. (knock the command quickly), mobile phone termux port 8022
Clock in during winter vacation
复杂因子计算优化案例:深度不平衡、买卖压力指标、波动率计算
PHP lightweight Movie Video Search Player source code
22. (ArcGIS API for JS) ArcGIS API for JS Circle Collection (sketchviewmodel)
海思万能平台搭建:颜色空间转换YUV2RGB
Ggplot facet detail adjustment summary
Class constant pool and runtime constant pool
什么是 BA ?BA怎么样?BA和BI是什么关系?
cuda编程
21. (article ArcGIS API for JS) ArcGIS API for JS rectangular acquisition (sketchviewmodel)