如何获得iframe的背景色?也许iframe window.document?

时间:2009-09-24 09:45:46

标签: html iframe background-color

..some code here ...

<iframe id="iView" frameborder="0" style="position: relative; z-index: 1500; left: 387px; top: 90px; width: 185px; height: 180px;" name="iView" src="">
<html>
<head>
</head>
<body style="background-color: rgb(0, 204, 204);"> CONTENT </body>
</html>
</iframe>

..some code here ...

我可以通过以下方式获取内容:

iframe_window.document.getElementsByTagName("body")[0].innerHTML;

有谁知道如何获得背景颜色? 我需要得到这个:rgb(0,204,204)

谢谢

1 个答案:

答案 0 :(得分:0)

怎么样?
iframe_window.document.getElementsByTagName("body")[0].style.backgroundColor

backgroundColor