Click to See Complete Forum and Search --> : A menu that does not reload when pressing a link?


kevin433
08-07-2008, 02:27 PM
Hi,
I'm nearly new at php, but i understand it. My problem is just that i can't code so many things in PHP :bemused:. How can i make a menu on the left side of the browser and in the middle of the page are for example the news. But the menu should not reload when i press a link in the menu. Just the page where the news page was should open the page from the link. Can someone help me with this?

leatherback
08-09-2008, 05:27 AM
You are either looking at using AJAX (Javascript opens a connection to the server, gets the new news articles, and subsequently replaces content on your page) or [cough, cough - choking] frames.