loading text under a link

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
stevestark5000
Forum Commoner
Posts: 61
Joined: Thu Jan 27, 2011 12:08 am

loading text under a link

Post by stevestark5000 »

Is there a way to load a page of text under the current page instead of clearing the page a loading a new page? for example, when a user clicks a link, there is a page of text loaded under the link instead of loading a new page.
litebearer
Forum Contributor
Posts: 194
Joined: Sat Mar 27, 2004 5:54 am

Re: loading text under a link

Post by litebearer »

ajax can do that. Also could use hidden divs
Post Reply