For Programmers: Free Programming Magazines  


Home > Archive > PHP Language > March 2006 > last two frames of frameset not loading after heavy work in first









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author last two frames of frameset not loading after heavy work in first
Jan Schulze

2006-03-15, 7:55 am

Hello everyone,

I could need a little help in some IE-specific problem with frames.

I have written a php application at work which uses 3 frames within the same
frameset (from top to bottom). The upper frame I use as a dummy for
outputting export files for download, the second and third frames hold the
contents.

When someone wants to export into a file, it posts to the index.php where
the frameset is located and pushes the export data via force-download within
the upper dummy frame. The two other frames should load independent from
this frame.

This works in all browsers but IE. The IE pushes that file in the dummy
frame (the upper one in the frameset, it's with height 0), but then remains
blank for at least one of the other frames, sometimes both remaining frames.
The push needs approximately 2 seconds. When I look at the source of the
page I see that the frameset is correctly formed with the correct files to
load for the two frames at the bottom. But it just never loads/gets into
into these files (I have checked this).

Is this a bug in IE which can be worked around or a bug to live with? Some
help would be great.

Thanks in Advance,
Jan



d

2006-03-15, 6:56 pm

"Jan Schulze" <jan.schulze@dhd-audio.de> wrote in message
news:4417eda1$0$7757$9b4e6d93@newsread4.arcor-online.net...
> Hello everyone,
>
> I could need a little help in some IE-specific problem with frames.
>
> I have written a php application at work which uses 3 frames within the
> same
> frameset (from top to bottom). The upper frame I use as a dummy for
> outputting export files for download, the second and third frames hold the
> contents.
>
> When someone wants to export into a file, it posts to the index.php where
> the frameset is located and pushes the export data via force-download
> within
> the upper dummy frame. The two other frames should load independent from
> this frame.
>
> This works in all browsers but IE. The IE pushes that file in the dummy
> frame (the upper one in the frameset, it's with height 0), but then
> remains
> blank for at least one of the other frames, sometimes both remaining
> frames.
> The push needs approximately 2 seconds. When I look at the source of the
> page I see that the frameset is correctly formed with the correct files to
> load for the two frames at the bottom. But it just never loads/gets into
> into these files (I have checked this).
>
> Is this a bug in IE which can be worked around or a bug to live with? Some
> help would be great.
>
> Thanks in Advance,
> Jan


Are you using sessions?


Jan Schulze

2006-03-15, 6:56 pm

Yes. Sessions. take over the session in all subframes.
"d" <d@example.com> schrieb im Newsbeitrag
news:goVRf.36314$wl.21065@text.news.blueyonder.co.uk...
> "Jan Schulze" <jan.schulze@dhd-audio.de> wrote in message
> news:4417eda1$0$7757$9b4e6d93@newsread4.arcor-online.net...
>
> Are you using sessions?
>



Jan Schulze

2006-03-15, 6:56 pm

I have found some odd workaround:

placing the upper frame with that file push at the bottom.
Works in all browsers I tested (IE,Firefox,Mozilla).

But there should be some other trick with some additional header information
for the browser or so.

"d" <d@example.com> schrieb im Newsbeitrag
news:goVRf.36314$wl.21065@text.news.blueyonder.co.uk...
> "Jan Schulze" <jan.schulze@dhd-audio.de> wrote in message
> news:4417eda1$0$7757$9b4e6d93@newsread4.arcor-online.net...
>
> Are you using sessions?
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com