Re: [Phplib-users] templates with frames
Brought to you by:
nhruby,
richardarcher
|
From: Richard A. <rh...@ju...> - 2002-04-16 03:15:57
|
At 6:48 PM -0700 15/4/02, Alexander Javier wrote: >Hello to all. Please help me in this problem of mine. I have an html >template with a frame. I'm using phplib's templating functions to >replace values in the templates. How do i also replace values both in >the main template and in the html page contained in the >frame? You will need to regenerate the frameset and all the frames with each page request. This requires maintaining state across the frameset and the child frames. This is easily done with PHPLIB's session management. It is obviously easier to combine all the frames into one page with tables, if your design parameters allow it. ...R. |