突出iframe中的内容

时间:2012-07-02 11:44:08

标签: jquery html iframe

我有两个名为try1和try2的文件的代码。

1.try1.php

    <html>
<head>
    <title></title>
</head>
<body style="height: 1000px">

    <iframe name="frametest" id="frameDemo" src="try2.php" style="height:     100%;width: 100%;z-index: 10"></iframe>
</body>
</html>

2.try2.php

<html>
<head>
    <title></title>
</head>
<body>
    <div>
        <pre>
                <?php echo       htmlentities(@file_get_contents("http://stackoverflow.com")); ?>
        </pre>    
    </div>

</body>

如何突出try1.php中iframe中的所有href链接? 我想这可以通过jquery bt怎么做?

1 个答案:

答案 0 :(得分:0)

在javascript本身,您可以使用:)

var aElement = document.getElementById('frameDemo').contentWindow.getElementsByTagName("a");