XMLHttpRequest between 2 different domain without the same structure

justJR

New Member
I have one domain with this structure :1/ http://name.name.comAnd another with this kind of structure2/ http://www.othername.tm.frI would like to retrieve an XML file of the second domain (http://www.othername.tm.fr) via XMLHttpRequest and retrieve the datas into the first domain (http://name.name.com)I've tried many pieces of code but nothing work, any help would be very very appreciated!PS : I have tried a solution which work perfectly in Chrome but not in IE :/
 
Back
Top