cweaver
11-10-2005, 10:49 PM
I must apologize first if this is not the correct forum for this question. I'm hoping there is an alternative to frames within the PHP / CSS world and I'm guessing it might be divs.
Using frames I can do this
<BASE TARGET="main">
and refill a specific area within a page each time the visitor clicks a link without reloading the entire page.
How would you get around reloading an entire page when all you want to change is the content area in the center div? -- or can this be done with PHP? I can't see it myself, but I'm no PHP expert.
I know how I would do this if I were to download all of the content options then choose to reveal one portion then another. I'm working on a large site and would like to send out the banner/menu and the background/side panels only once.
How would you go about this?
Using frames I can do this
<BASE TARGET="main">
and refill a specific area within a page each time the visitor clicks a link without reloading the entire page.
How would you get around reloading an entire page when all you want to change is the content area in the center div? -- or can this be done with PHP? I can't see it myself, but I'm no PHP expert.
I know how I would do this if I were to download all of the content options then choose to reveal one portion then another. I'm working on a large site and would like to send out the banner/menu and the background/side panels only once.
How would you go about this?