2010年12月18日
摘要: 在做BIEE和Mapviewer页面的交互时,用到了top.frames['mapIframe'].getCountyByName('@') 此种方法在firefox和chorme中运行都没问题,但在IE 无法兼容;而采用:parent.iframe_id.function_name();则在IE没问题 但到firefox中则又不能运作了。后来经查阅google,改用了在各大浏览器中兼容的用法,如下:parent.document.getElementsByTagName("iframe")[0].contentWindow.getCountyByName(‘@’)经测试各大浏览器中均兼容,T 阅读全文
posted @ 2010-12-18 21:44 SIRC_Detaillee 阅读(741) 评论(0) 推荐(0)