Do you know how to hide my IFRAME progress/loading in IE?

Do you know how to hide my IFRAME in the progress/loading bar of my browser

  • code?

    Votes: 0 0.0%
  • script?

    Votes: 0 0.0%
  • form?

    Votes: 0 0.0%

  • Total voters
    0

nicetrygoaway

Newbie
Joined
Aug 31, 2009
Messages
2
Reaction score
0
Hello

I have an IFRAME that refreshes itself every X seconds.

But customers complain that Internet Explorer (and Firefox) display a Refresh progress/loading bar in the status bar of IE/FireFox each time the IFRAME refresh.

Do you know how to hide :

- the little text in the bottom left of the browser when iframe reloads.

- the progress/loading bar in the bottom right of the status bar, that shows the loading of the page.

Thank you
 
You can just tell the people who are complaining to hide the status bar via their browser settings. In FF, go to View --> Status Bar (uncheck this). Same deal for IE.
 
I think one possible way to solve this problem is to use ajax technology instead of iframe.
 
Back
Top