How to hide “page loading”/“transferring data” indicators and spinners caused by loading a (hidden) iframe

后端 未结 1 2011
盖世英雄少女心
盖世英雄少女心 2020-12-21 21:31

Is there any way to suppress the spinners and \"transferring data\" indicators that browsers show when a web page is loading?

I\'m loading a document into a hidden i

相关标签:
1条回答
  • 2020-12-21 21:48

    I eventually found a solution that will work for us. Instead of loading the document into a hidden iframe, we're using the "htmlfile" object described here: http://cometdaily.com/2007/11/18/ie-activexhtmlfile-transport-part-ii/

    This solves the problem on IE platforms. And on non-IE platforms, we can use XMLHttpRequest + CORS + chunk encoding.

    0 讨论(0)
提交回复
热议问题