0
我有兩個名爲try1和try2的文件的以下代碼。突出顯示iframe中的內容
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 A HREF鏈接? 我認爲這可以通過jquery bt完成如何?
你要去SO鞋面? – Shikiryu