子页面是iframe框架中 子页面改变父页面的值
<script type="text/javascript"> window.onload = function () { parent.document.getElementById('SupName').text = $("#txtName").val(); } </script>
喜欢的朋友请帮忙点个赞!!!
<script type="text/javascript"> window.onload = function () { parent.document.getElementById('SupName').text = $("#txtName").val(); } </script>