【发布时间】:2013-11-11 14:57:26
【问题描述】:
我想做一些事情,我在一个名为 home.php 的页面上有一个链接到 facebook,当你点击这个链接时,我希望它带你到一个名为 frame.php 的页面,顶部有一个标题和 iframe 中的 facebook 链接。像这样:http://themeforest.net/item/ime-portfolio-web-app/full_screen_preview/2918523 任何人都可以建议最好的方法是什么。如果您查看该链接的来源,您会看到它们有一个标头,后跟一个 iframe,前一个链接传播到其中。
希望这一切都有意义,如果不是这里是我想要实现的一些基本编码:
<a href="Send-to-iframe:http://facebook.com">link</a>
---下一页
<header>My website name/logo</header>
<iframe src="propagated iframe link from previous page">
【问题讨论】:
-
好的,如果不是这样,你会推荐什么?
标签: javascript jquery html iframe