sbiigu 发表于 2013-2-7 18:23:54

给iframe传值

<iframe   id=theID   name=theName   src=newpage.htm></iframe>   <script>   document.all.theID.frameBorder=0;   alert(theName.document.all);   alert(document.all.theID.contentWindow.document.all);   </script>
页: [1]
查看完整版本: 给iframe传值