我的DOM如下。從父標記中獲取元素ID
<html><head>...</head><body><script>...</script>
<iframe id="frame">
#document
<html>...</html> <!-- 2 -->
</iframe>
</body>
</html>
我在iframe
(即html 2)中綁定了部分內容。在html_2部分,我打電話document.ready
得到id
的iframe
使用getElementById
,但我得到null
。如何獲得iframe
的id和其他屬性值?
第一:你爲什麼要使用iframe? – madalinivascu
http://stackoverflow.com/questions/5864505/javascript-get-iframe-id-within-loaded-page –
使用getElementById獲取iframe的ID?您在getElementById中使用什麼ID來獲取iframe,其ID是「frame」? –