结论: 1.
就浏览器而言(横向),IE8/IE9/360安全浏览器全部支持; 2.
就属性而言(纵向),contentWindow和frames所有浏览器都支持,其次是contentDocument,document支持性最差; 3.
由于iframe经常涉及跨域,本地测试(即未发布)环境中,chrome/360极速/IE6/IE9对于contentWindow.document属性是deny状态,原因是Unsafe
JavaScript attempt to access frame with URL file:///***.html from
frame with URL file:///***.html Domains, protocols and ports must
match。IE9本地环境下对于contentDocument也是deny的。