1) Script Title: Ajax Tabs Content script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...axtabscontent/
3) Describe problem: I am using the AJAX tabs on a Joomla website. I want to load a Joomla module in each tab. This is a php call, like this:
Unfortunately, that doesn't seem to work. The "default" tab works fine, since the php call is loaded when the page loads. I think that maybe it's not working because loading a new tab does not re-parse the php call that exists in the external file...? My experience with php is limited, so correct me if I'm speaking gibberish.Code:<?php mosLoadModules( 'newsfeed2' );?>
The question I have is this: Is it possible to have the contents of each tab exist right on my html page, rather than have them loaded from an external html file?
I hope this makes sense...



Reply With Quote


Bookmarks