1) Script Title: Ajax load XML file script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex11/ajax.htm
3) Describe problem: I would like to load two seperate XML files into two different layers/divs onto the same page. I tried something like this:
But no luck! Is there a way around this?HTML Code:<body onload="ajaxLoader('profile1.xml, profile2.xml','profile1, profile2')"> <div id="profile1"></div> <div id="profile2"></div> </body>
Best Regards
~Spine![]()



Reply With Quote

Bookmarks