Dynamic Ajax:
http://www.dynamicdrive.com/dynamici...jaxcontent.htm
Flexi Slideshow:
http://www.dynamicdrive.com/dynamici...flexislide.htm
I'm trying to use the Dynamic Ajax code to load an external page with dynamic content (the Flexi Slideshow script) into a main div. The Dynamic Ajax code works fine for all the static external html.
I know that when I use dynamic content inside a Dynamic Ajax div, I'm supposed to use external .css and .js files:
Where, exactly, should I put theIf you wish to style your external pages using CSS or JavaScript, you should NOT insert them directly inside the external page. Rather, save them as external files (.css and .js), and let the script apply them dynamically when the external page is loaded using function "loadobjs()". Here's an example:
<a href="javascript:ajaxpage('test.htm', 'contentarea'); loadobjs('external.css', 'feature.js')">test</a>
<div id="contentarea"></div>
The above link not only loads "test.htm" into a DIV, but also applies "external.css" and "feature.js" to the page at the same time, which presumably should contain code that targets specifically the HTML inside "test.htm".line of code? What part of the page?Code:javascript:ajaxpage('test.htm', 'contentarea'); loadobjs('external.css', 'feature.js')
For reference, the main page is at http://www.lukeandlauren.com/index2test.html and the external page with troublesome (non appearing) dynamic content is at http://www.lukeandlauren.com/mainfronttest.html .
Any help I could get would be great.



Reply With Quote
Bookmarks