我使用URL從我的服務器使用Internet Explorer下載Excel文件時遇到問題。
我有下面的代碼在我的PHP腳本
如何使用網址在Internet Explorer上下載Excel文件
echo "<script>
window.location='http://localhost/complaint/export/export_complaint.xls';
</script>";
該腳本可以當我使用的是Chrome瀏覽器中創建自動下載的動作,但在Internet Explorer中無法正常工作。
和我使用Internet Explorer 9.
請告知,如果有任何建議這個問題。非常感謝 !
加上'類型=「文/ JavaScript的」'屬性'script'標籤 – Ander2 2013-03-14 08:09:36
感謝@ Ander2,它工作時,我下載的Excel 2003格式,但Excel 2007格式仍然失敗 – user1875301 2013-03-14 08:17:30
@ user1875301檢查我的答案,它將工作使用'jQuery'下載文件 – 2013-03-14 08:18:37