php - Link to a different page within an included file, to be loaded on the same parent file -


i hope question makes sense because seems simple, yet can't work out how word in understandable way.

basically - have ajax system loading content onto html file via seperate php file. not need actual page browser has loaded change, content.

what able create link within 1 of loaded content pages, change content page via parent. example:

  1. load 'menu' page using ajax, onto div contained in main page
  2. click link on 'menu' page, , different page loaded onto same div on main page

cheers

create javascript function load content, , create javascript: links, or onclick handlers run requested page :)


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -