码迷,mamicode.com
首页 > 其他好文 > 详细

父页面向iframe子页面传递参数

时间:2016-04-13 11:01:33      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:

父页面:

<iframe  src="video.html" width="100%" height="400"  name="vedioiframe" style="border: none; overflow:hidden" scrolling="no" link="http://www.baidu.com/"></iframe>

子页面:

var videoUrl = parent.window.document.getElementsByName("vedioiframe")[0].getAttribute(‘link‘);

 

父页面向iframe子页面传递参数

标签:

原文地址:http://www.cnblogs.com/liuzhibin/p/5386151.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!