> not to my knowledge. It would be browser, and probably even version, dependant.
>
[quoted text clipped - 21 lines]
> > > > thanks,
> > > > Oleg
Oleg,
Actually a fix for this was posted in this group much earlier by
adzgarbage@hotmail.com. I haven't tried it myself so I don't know if it
actually works or not. Here it is again:
The problem this fixes is where you put some content in an iframe and
the content finishes loading in the iframe but the ie status bar keeps
loading.
I had this problem for quite a while, here is what I did to fix it. I
had one main page that had 2 Iframes that contained the content i
wished to display. With just these 2 iframes on the page I would
itermitantly get the status bar problem. To fix this I created a third
ifram of just size 1 called garbageframe. Then on what ever page I was
going to display in one of the 2 content frames I added :
<body onload="javascript:fixprogressbar()">
where fixprogressbar was a javascript function
function fixprogressbar()
{
top.garbageframe.document.write("");
top.garbageframe.close();
return
}
No more problems

Signature
Sincerely,
S. Justin Gengo, MCP
Web Developer / Programmer
www.aboutfortunate.com
"Out of chaos comes order."
Nietzsche
> thanks,
> I'll just blame iframe and IE for this.
[quoted text clipped - 31 lines]
>> > > > thanks,
>> > > > Oleg
Oleg - 26 Oct 2005 18:45 GMT
S. Justin,
It works!
Thanks a lot,
Oleg
> Oleg,
>
[quoted text clipped - 60 lines]
> >> > > > thanks,
> >> > > > Oleg
S. Justin Gengo - 27 Oct 2005 02:28 GMT
Oleg,
Glad I could help. :)

Signature
Sincerely,
S. Justin Gengo, MCP
Web Developer / Programmer
www.aboutfortunate.com
"Out of chaos comes order."
Nietzsche
> S. Justin,
>
[quoted text clipped - 69 lines]
>> >> > > > thanks,
>> >> > > > Oleg