How to hide “page loading”/“transferring data” indicators and spinners caused by loading a (hidden) iframe
问题 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 iframe that will take a long time (10's of minutes). I don't want/need the user to be aware of this - it's just confusing to them to have the page look like it's still loading. SO I'd like to be able to disable all of the "page loading" activity that browsers normally show. 回答1: I eventually found a solution that will work for us.