Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / October 2005

Tip: Looking for answers? Try searching our database.

when multiple iframes, problem with IE progress bar display

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Oleg - 26 Oct 2005 13:37 GMT
I have a web form let's say 'YYZ.aspx'.
It has an iframe in it.
When it loads it shows progress bar in IE this way: loading for page then
again loading for page in iframe.
This part is fine.
Problem is when I put page 'YYZ.aspx' in iframe of another page, let's say
'Home.aspx'.
In short: (page (page in iframe(page in iframe) ) )
Progress bar shows ones (fast), then second time(kind of fast) and then
third time. And this time it never finishes through with progress display.

Question: can I force a progress bar to disappear somehow?
      Or there is another option?

thanks,
Oleg
Curt_C [MVP] - 26 Oct 2005 13:46 GMT
you have VERY little control over the users browser.... sorry...

Signature

Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

> I have a web form let's say 'YYZ.aspx'.
> It has an iframe in it.
[quoted text clipped - 12 lines]
> thanks,
> Oleg
Oleg - 26 Oct 2005 14:15 GMT
I see.
But can I send a signal somehow that the page is loaded to fake completed
process?
Oleg

> you have VERY little control over the users browser.... sorry...
>
[quoted text clipped - 14 lines]
> > thanks,
> > Oleg
Curt_C [MVP] - 26 Oct 2005 14:18 GMT
not to my knowledge. It would be browser, and probably even version, dependant.

Signature

Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

> I see.
> But can I send a signal somehow that the page is loaded to fake completed
[quoted text clipped - 19 lines]
> > > thanks,
> > > Oleg
Oleg - 26 Oct 2005 14:21 GMT
thanks,
I'll just blame iframe and IE for this.
Oleg

> not to my knowledge. It would be browser, and probably even version, dependant.
>
[quoted text clipped - 21 lines]
> > > > thanks,
> > > > Oleg
S. Justin Gengo - 26 Oct 2005 14:40 GMT
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

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.