Frames, loading thereof

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
qartis
Forum Contributor
Posts: 271
Joined: Sat Dec 14, 2002 4:43 pm
Location: BC, Canada
Contact:

Frames, loading thereof

Post by qartis »

Well,

I have this window, with two frames. Frame one is on top, frame two is beneath it. Frame one is a php script, a while(1) loop. Frame two is the text "hello". Frame two won't load until frame one is done loading; it shows white indefinitely. Mozilla 1.6, IE6, Firebird, Firefox, Netscape, Konq. Does anyone know a workaround?
tylerdurden
Forum Commoner
Posts: 66
Joined: Mon Jul 28, 2003 11:52 am
Location: Austria

Post by tylerdurden »

Never had a case where frames influenced each other like that. I just recreated your setup and it worked in Safari, Firefox and Mozilla ("worked" means the upper frame stalled, but the lower frame loaded). Can you post an URL or the excact code?
qartis
Forum Contributor
Posts: 271
Joined: Sat Dec 14, 2002 4:43 pm
Location: BC, Canada
Contact:

Post by qartis »

Well it's for http://qmsn.qartis.com/


I've done some tweaking and fixing, and I've got it working perfectly on Mozilla, Firefox, IE 5.5, Konq and NS. IE 6.0, every once in a while, refuses to load the bottom frame of a popup window until the popup's opener window is Stopped from loading.
Post Reply