首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

转:各浏览器获取iframe内容步骤以及调试结果

2012-09-01 
转:各浏览器获取iframe内容方法以及调试结果转自:http://ouyo.info/show.php?pid1838iframe.contentWindo

转:各浏览器获取iframe内容方法以及调试结果

转自:http://ouyo.info/show.php?pid=1838

iframe.contentWindow.document

? ? ?->iframe.contentWindow.document.documentElement

? ? ? ? ? ->iframe.contentWindow.document.documentElement.textContent ?(W3)

? ? ? ? ? ->iframe.contentWindow.document.documentElement.innerText ? (IE)

? ? ?->iframe.contentWindow.document.XMLDocument

? ? ? ? ??->iframe.contentWindow.document.XMLDocument.text

?

?

?

?

contentWindow.document

>.documentElement

>>.textContent

>>.innerText

>.XMLDocument

>>.text

Trident

?

?

?

?

?

?

?

?

?

ie6

?

[object]

[object]

undefined

content

[object]

content

?

ie7

?

?

?

?

?

?

?

?

?

maxthon

[object]

[object]

undefined

content

[object]

content

?

?

360se

[object]

[object]

undefined

content

[object]

bug

?

?

原生

?

?

?

?

?

?

?

ie8

?

[object HTMLDocument]

[object HTMLHtmlElement]

undefined

content

[object]

content

?

ie9

?

[object Document]

[object Element]

content

undefined

undefined

×

gecko

?

?

[object XMLDocument]

[object Element]

content

undefined

undefined

×

webkit

?

?

?[object Document]

[object Element]

content

undefined

undefined

×

presto

?

?

[object XMLDocument]

[object Element]

content

undefined

undefined

×

?

?

?

?

?

?

?

?

?

热点排行