RE: [phplib] iis, frames and page_close From: Daniel Bondurant (bondu <email protected>)
Date: 10/27/00

yes, left frame has navigation, right frame has application.

the only time page_close() is really a problem is when the entire frameset
is loaded and both the right and left frame (and possibly the frameset page)
change sess vars based on get or post.

[It would be nice to keep track of what page is currently in the right frame
in case people refresh the browser window (the entire frameset), but it is
not possible with the page_close problem.]

The way I am getting around it, is the frameset does not have page_close,
the left frame does, and the right frame does not on the default page the
frameset calls. The left frame needs page_close to keep track of what is
current with the naviagation. Then all subsequent pages in the right frame
(for the app) call page_close when necessary.

If I keep this plan for pages that are loaded by the frameset, I don't get
sql errors, and everything works. The only problem (in both iis and apache)
is when both frames called by the frameset change session variables.

-----Original Message-----
From: Arno A. Karner [mailto:karner <email protected>]
Sent: Friday, October 27, 2000 12:15 AM
To: phplib <email protected>
Subject: Re: [phplib] iis, frames and page_close

you know ive read this thread b 4 and i'm not sure if i understand it
yet but let me make some assumsions and shoot me down.

in one frame you have navigation, the other you have an application, you
cannot use page close in both, so if you get a submit in navigation,
screw the application post data which there shouldn't be any, and if you
get submit in the application, don't screw with the navigation data,
because in any other scenario, i don't see any thing working right?

i'm just trying to get a thumbnail sketch, i don't use frames because of
the thread i'm reading now, and the thread i've read in the past.

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>