zip 文件下载在 IE6 中不起作用

发布于 2024-09-29 16:45:43 字数 226 浏览 5 评论 0原文

我已经给出了这样的 javascript 代码

self.location = OmanPath() 
              + "Customer/Registration/UploadedPhoto/SampleImages.zip";

但这在 IE6 中不起作用。可能是什么原因

此代码不适用于 zip 文件下载。它适用于 IE7 和 IE8

I have given the javascript code like this

self.location = OmanPath() 
              + "Customer/Registration/UploadedPhoto/SampleImages.zip";

But this is not working in IE6. What may be the reason

This code not working for zip file download. It is working in IE7 and IE8

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

寄离 2024-10-06 16:45:43

尝试将 self 替换为:

document.location.href

Try replacing self with:

document.location.href
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文