[mapguide-users] Re: Internet Explorer likes localhost but not
servername
GordonL
gordon.luckett at arrowgeomatics.com
Wed Apr 21 10:40:56 EDT 2010
I think its around line 1199 in fusion.js:
if(appDefUrl){
var xhr = new XMLHttpRequest();
var mapAgentUrl = getAgentUrl();
xhr.open("GET", mapAgentUrl +
"?OPERATION=GETRESOURCECONTENT&VERSION=1.0.0&LOCALE=en&CLIENTAGENT=MapGuide+Developer&RESOURCEID="
+ appDefUrl + "&FORMAT=text%2Fxml", false);
xhr.send(null);
var appDefXML = xhr.responseXML.documentElement;
this seems to bonk here..
gordon
--
View this message in context: http://n2.nabble.com/Internet-Explorer-likes-localhost-but-not-servername-tp4931528p4937369.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list