iframe中的iframe并使用PHP从父级获取信息

时间:2014-07-19 19:32:56

标签: php iframe

使用以下代码进行eBay拍卖:

<iframe width="1416" height="3384" frameborder="0" id="desc_ifr" src="http://adomain.com/mainframe">
<h1>the content</h1>other content 

     <iframe src="http://another_domain.com/frame.php">
     </iframe>

</iframe>

通过frame.php内容,我想回到id desc_ifr的父框架,在H1标签内找到关键字,并在找到时做一些事情。

感谢。

0 个答案:

没有答案