Hi Jackie,
About the "XmlHttpRequest is undefined" error in IE6, it may be caused by the way http request is created.
Summary:
1. ajaxmappane.templ and mainframe.templ they use:
var request = new XMLHttpRequest();
2. printablepage.templ and selectwithinui.templ they use:
if(msie)
reqHandler = new ActiveXObject("Microsoft.XMLHTTP");
else
reqHandler = new XMLHttpRequest();
They are not inconsistent. Some may cause the problem.
I test a build a week ago and can reproduce the error you mentioned. However after I update to latest code, the error disappear. Would you please try?
Thanks & regards,
Christine
From:
[hidden email] [mailto:
[hidden email]] On Behalf Of Jackie Ng
Sent: Thursday, August 06, 2009 7:57 AM
To:
[hidden email]
Subject: [mapguide-internals] RFC 71: Please review changes so far.
Hi All,
I would like some feedback on my RFC 71 implementation so far. Would also like to know if I'm doing anything wrong :-)
- Jackie
Some issues encountered:
- IE 6 doesn't give you the initial view of the map, it errors with "XmlHttpRequest is undefined". After you pan zoom, etc things operate as normal. I'll need to find out if this problem existed before my implementation work.
What is done:
- PHP viewer implementation
What is not done:
- Java viewer implementation
- .net viewer implementation
- Verifying functionality in Chrome, Safari
--
View this message in context:
http://n2.nabble.com/RFC-71%3A-Please-review-changes-so-far.-tp3398407p3398407.htmlSent from the MapGuide Internals mailing list archive at Nabble.com.
_______________________________________________
mapguide-internals mailing list
[hidden email]<mailto:
[hidden email]>
http://lists.osgeo.org/mailman/listinfo/mapguide-internals_______________________________________________
mapguide-internals mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapguide-internals