Quote:
Originally Posted by illithid
Check your inbox, I sent the message.
I got a little lost in your explanation of how to implement the use of the iframe. Regardless of that, I don't see how an iframe will actually help with this problem. To explain this a little better, I have a custom vBulletin "powered" page as my home page. I have implemented the ajax tabs into that page. Currently, I can display content in the ajax container, from html, php, css, xml and even a few made up extensions, by direct linking of the tab to the external file. Pages with code that isn't javascript will display, but the javascript fails.
|
I know exactly what you are talking about.. I have two other mods for vBa that are Tabbed Content Modules and the same thing applies since they all use the same ajax.js file .... a lot of JS doesn't not play well with AJAX....
btw, tts easy... in the LI tag for the specific tab, there is a REL attribute.. replace the attribute with #iframe (see below)
Code:
<li><a href="mycustomfile.php" rel="#iframe">TAB NAME</a></li>