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

子页面是iframe框架中 子页面改变父页面的值

时间:2016-06-04 16:10:19      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:

  <script type="text/javascript">
        window.onload = function () {
            parent.document.getElementById(‘SupName‘).text = $("#txtName").val();
        }
    </script>

  

子页面是iframe框架中 子页面改变父页面的值

标签:

原文地址:http://www.cnblogs.com/mchuang/p/5558858.html

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