zip 文件下载在 IE6 中不起作用
我已经给出了这样的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将
self
替换为:Try replacing
self
with: