AJAX Includes

Soldato
Joined
14 Nov 2002
Posts
5,715
Hi guys;

Im trying to load an external page (autotrader dealer page) inside a div on a site im building. I want to use ajax as iframes are no longer part of the HTML standard.

Ive got this script:

http://www.dynamicdrive.com/dynamicindex17/ajaxincludes.htm

working for files that are on the server.

Anyone know how I would go about editing that to load a page from an external site instead of rootdomain+ ?

thanks for any help :)
 
ive resorted to using an iframe for now.

The script works a treat for internal pages (pages on the same server).

I can see why it would be a security issue however.
 
Back
Top Bottom