Dynamic Ajax Content & Link in DIV
Dynamic Ajax Content
http://www.dynamicdrive.com/dynamici...jaxcontent.htm
Including my php-Files from server works really fine, but what kind of link do I have to put in my external php-File to load from there a new external page into my origina div?
3 Attachment(s)
Dynamic Ajax Content & Link in DIV
I have tried the said scripting and loading the external html does work. My only problem now is the external .css files that I have my pages use.
I tried loading the said css files through links using the format:
loadobjs('reset.css', 'style.css', '960.css') - when my css files is in the same folder as the index.html file
loadobjs('css/external.css', 'css/external2.css', 'css/feature.js') and loadobjs('css/external.css', 'css/external2.css', 'css/feature.js') - when my css files is inside my css folder in the same root directory where index.html is located.
All of the mentioned ways do not load the desired css layout style seen on index.html:
Attachment 4024
Attachment 4025
Attachment 4026
Any help is deeply appreciated.