开发者

zip file download not working in IE6

开发者 https://www.devze.com 2023-01-22 11:56 出处:网络
I have given the javascript code like this self.location = OmanPath() + \"Customer/Registration/UploadedPhoto/SampleImages.zip\";

I have given the javascript code like this

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

But this is not workin开发者_Go百科g in IE6. What may be the reason

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


Try replacing self with:

document.location.href
0

精彩评论

暂无评论...
验证码 换一张
取 消