Greetings, I am needing a script that will load content dynamically. I have found several but none do what I need them to do.
Here is what I need:
Must load pages without reloading the page and loads into a div.
Must be able to carry POST variables to the next dynamically loaded page.
Must be able to have links inside the page already dynamically loaded have working links that load in the same div again.
Must be able to support PHP & Javascript within the dynamically loaded page.
Can anyone do this or point me to a script / tutorial that does this?