【发布时间】:2016-02-28 08:25:42
【问题描述】:
我有两个页面(Example1.html 和 Example2.html)在 Example1.html 上我有一个表单,用户提交视频的 URL,在 Example2 中有一个加载 Example1 用户提交 URL 的 iframe,这是 iframe :
<iframe style="width: 320px; height: 100px; border: 0px none;" src="http://embed.yt-mp3.com/es/watch?v=HEREISTHEURLOFTHEFORM"></iframe>
所以如果有人可以帮助我在 Example2.html 的 iframe 上介绍 Example1.html 中用户的表单提交
【问题讨论】:
标签: html forms redirect iframe