Re: Question regarding endless -- browser keeps spinning and won't stop
"Matthew" <mattsimc@yahoo.com> wrote in message
news:199e3613.0401100759.4a5d27bf@posting.google.c om...
> I have a PHP file that is executed in a hidden frame. For some reason
> the Web browser is endlessly running (the indicator at the bottom
> hangs at about 50%)... the procedures in the code execute, but I can't
> get the browser to stop.
>
> I've read things here and there about this anomaly -- is there a
> sprinkle of code I add in there somewhere to kill the browser to
> workaround this? Anyone know what is going on here?
I have seen wierd things like this before..
In one case, I wasn't printing my ending tags.
</body>
</html>
|