Split the page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
odie2828
Forum Commoner
Posts: 39
Joined: Tue Aug 05, 2008 4:40 pm

Split the page

Post by odie2828 »

I know that this is a question with an easy answer but i cant seem to figure it out...

I have a flash movie at the top of my page..
When you click on one of the nave bar items and a new page loads i only want the bottom to change.
I dont want the flash movie to reload everytime you go to a new page..

i was thinking about using frames but i dont want a border.

needs to be seemless

thank you.
User avatar
Chalks
Forum Contributor
Posts: 447
Joined: Thu Jul 12, 2007 7:55 am
Location: Indiana

Re: Split the page

Post by Chalks »

odie2828 wrote:I know that this is a question with an easy answer but i cant seem to figure it out...
Well, the easy answer is frames. Nobody really likes frames though. The only other way I can think of to emulate the behaviour of frames would be using AJAX. That's a bit more complicated. Here is a decent tutorial that got me started with AJAX. There's also a helpful example of using AJAX in this site's tutorial forum
Post Reply