dmwhipp
05-27-2011, 11:53 AM
1) Script Title: Dynamic Ajax Content
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
3) Describe problem: I'm receiving an Object Expected error. Here is the test page: http://www.summerfoodflorida.org/test.html
I believe this is due to two issues:
I'm not sure how to code the page so the external pages have CSS styling. The script page (http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm) has an example when using a regular link, but I'm using the drop down menu where the file loads by simply selecting it.
I changed the following coding on the test page from this:
function loadobjs(){
to this:
function loadobjs('/styleframe.css'){
The other issue might be that the external page I'm calling contains a Google batchgeo map using iFrame. Here is the external page I wish to load:
http://www.summerfoodflorida.org/test1.html
Any help with this would be greatly appreciated.
Thanks,
Deborah
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
3) Describe problem: I'm receiving an Object Expected error. Here is the test page: http://www.summerfoodflorida.org/test.html
I believe this is due to two issues:
I'm not sure how to code the page so the external pages have CSS styling. The script page (http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm) has an example when using a regular link, but I'm using the drop down menu where the file loads by simply selecting it.
I changed the following coding on the test page from this:
function loadobjs(){
to this:
function loadobjs('/styleframe.css'){
The other issue might be that the external page I'm calling contains a Google batchgeo map using iFrame. Here is the external page I wish to load:
http://www.summerfoodflorida.org/test1.html
Any help with this would be greatly appreciated.
Thanks,
Deborah