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.
最後に公開された状態: August 25, 2014ArcGIS Server (.NET)
不具合 ID 番号
NIM059802
送信されました
August 6, 2010
最終更新日
June 5, 2024
適用対象
ArcGIS Server (.NET)
見つかったバージョン
9.3.1
ステータス
Known Limit
開発チームによる確認後に、この問題が、Esri の管理の範囲外にあるソフトウェアの既知の制限に関するものであると判断されました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
No Public Explanation
対処法
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.