1) AmritGroup: Members Posts: 9Joined: 18 Dec 2007Location: SwedenIP: 90.224.--.--
Posted:
Hi there Angus.
Trying to get a link that looks like this to get loaded correctly... <a class="loadinto-targetScroll" href="<?php $sess->purl(URL . "?page=shop/index");?>"><?php echo $home_title ?></a>
But ofcourse I only get the whole page loaded into the container, and thus creating a "site-in-site" look. ;)
Either it's real easy to get around, or else it's damn near impossible. I like the things that are near impossible. :D
Have a great weekend. Amrit
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 203.173.--.--
Posted:
Yep. You will need to create a PHP page that returns only the content you need to insert in the document. By default the script will insert the content between <body></body> from the returned document into the current document.
I'd suggest appending ?ajax=1 or similar to your URLs perhaps, and not writing out the header/footer templates? Anyway, should be a challenge!