Forum Moderators: open

Message Too Old, No Replies

Not showing script progress in browser

script progress not showing in browser

         

brickholius

4:19 pm on Sep 7, 2007 (gmt 0)

10+ Year Member



I have a few scripts that run in on my server and the progress is shown in my browser window. I am not talking about the browser specific progress bar, but the progress of my scripts. When I click start it won't go to the page to show progress. So....

I recently got a new computer and ever since it has stopped working and it won't let me view page progress in either FF 1.5, 2.0, or IE 6. I have had a few friends try and they can see it fine. So i tried Opera and it works.

Any idea if this is a browser or computer setting and what it might be?

brick

RonPK

11:58 am on Sep 8, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Maybe the script tries to buffer output before sending it to the browser. In PHP that can be prevented by using the
flush()
command. But I'm not sure whether that will solve browser-specific issues.

So i tried Opera and it works.

Hehe, of course it works :)