I've a problem with Chrome on some computers :
我在某些计算机上遇到Chrome问题:
- I've a loading dialog DIV in a web application.
- 我在Web应用程序中有一个加载对话框DIV。
- When this DIV opens using a jqueryui dialog, the request for an image (a loading gif) located in this DIV is canceled in Chrome (I see that in the network log of Chrome).
- 当使用jqueryui对话框打开此DIV时,Chrome中取消位于此DIV中的图像(加载gif)请求(我在Chrome的网络日志中看到)。
This problem is not reproductible with Firefox or IE.
使用Firefox或IE无法重现此问题。
Can you help?
你能帮我吗?
1 个解决方案
#1
1
Make shure that your content expiration is disabled on the server. ie, for a microsoft IIS server, right click on the website and uncheck the content expiration button.
确保在服务器上禁用了内容过期。即,对于Microsoft IIS服务器,右键单击该网站并取消选中内容过期按钮。
#1
1
Make shure that your content expiration is disabled on the server. ie, for a microsoft IIS server, right click on the website and uncheck the content expiration button.
确保在服务器上禁用了内容过期。即,对于Microsoft IIS服务器,右键单击该网站并取消选中内容过期按钮。