Anyone have ideas for solving the “n items remaining” problem on Internet Explorer?

前端 未结 7 1550
灰色年华
灰色年华 2021-01-30 17:22

In my ASP.Net app, which is javascript and jQuery heavy, but also uses master pages and .Net Ajax pieces, I am consistently seeing on the status bar of IE 6 (and occasionally IE

7条回答
  •  爱一瞬间的悲伤
    2021-01-30 18:05

    I have had a similar issue before, and it was due to a long running JS piece that was in the middle of the page, the browser was waiting for it to finish executing before it would finish downloading the additional files for the site.

    I'm not sure if this is an issue for you or not, but it had manifested itself in a similar manner.

提交回复
热议问题