Changes between Version 3 and Version 4 of MapGuideRfc72


Ignore:
Timestamp:
Jul 30, 2009, 3:13:50 AM (15 years ago)
Author:
liuar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc72

    v3 v4  
    7171        var xhr = new XMLHttpRequest();
    7272
    73         xhr.open("GET", "http://127.0.0.1/mapguide2010/mapagent/mapagent.fcgi?OPERATION=GETRESOURCECONTENT&VERSION=1.0.0&LOCALE=en&CLIENTAGENT=MapGuide+Developer&RESOURCEID=" + appDefUrl + "&FORMAT=text%2Fxml", false);
     73        xhr.open("GET", "http://"+location.hostname+"/mapguide2010/mapagent/mapagent.fcgi?OPERATION=GETRESOURCECONTENT&VERSION=1.0.0&LOCALE=en&CLIENTAGENT=MapGuide+Developer&RESOURCEID=" + appDefUrl + "&FORMAT=text%2Fxml", false);
    7474        xhr.send(null);
    7575        var appDefXML = xhr.responseXML.documentElement;