js控制iframe弹出窗口 - ITeye问答
js控制iframe弹出窗口10 有这样一种情况: 我在iframe里面嵌了一个网页(这个网页可能是来自网络) 如果网页里面含有像 <script>function changelocation(){...
iframe框架页面中弹出窗口如何使用JS回调?_百度知道
最佳答案: <html> <head> <script type="text/javascript"> function parent_click(){ alert("来自父页面"); } </script> </head> <body> <input type="...