JavaScript errors occur at runtime when embedding an ArcGIS Server 9.3.1 OOTB Web mapping application in a JSP page running in Internet Explorer 7.
Last Published: August 25, 2014ArcGIS Server (.NET)
Bug ID Number
NIM059802
Submitted
August 6, 2010
Last Modified
June 5, 2024
Applies to
ArcGIS Server (.NET)
Version found
9.3.1
Status
Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
Additional Information
No Public Explanation
Workaround
1. Replace the following line in Default.aspx page of the OOTB web application:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "<a href="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" target="_blank">http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd</a>">With:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "<a href="http://www.w3.org/TR/html4/frameset.dtd" target="_blank">http://www.w3.org/TR/html4/frameset.dtd</a>">2. Use Firefox.3. The issue is not reproducible with an OOTB web application created using ArcGIS Server 10.0.