Forum Moderators: open
Thanks...
The biggest problem is getting the parent page the information before the content loads, since they are two separate pages that's not very easy to do, the parent frame page is built before the frame content appears, then it requests the content sub pages, so it has to be dynamic whatever way it works.
If I were going to try this, I'd do it server side, no frames, dynamic pages in PHP built using the sizing data of the two content sections, but then of course you lose the advantage of using frames, so that would defeate the purpose I guess.