返回列表 发帖

[JavaScript] 给iframe 添加 onclick 事件 iframe onclick=

JS:
  1.   <script type="text/javascript">
  2.        function setEvent() {
  3.            try {
  4.                for (var i = 0; i < window.frames.length; i++) {
  5. //                 window.frames[i].document.onclick = function () {
  6.                    window.frames[0].document.onclick = function () {
  7.                        //window.open('/common/cpu.aspx'); //在新建窗口打开
  8.                        window.location.href ='/common/cpu.aspx'; //在当前窗口打开
  9.                    }
  10.                }
  11.            } catch (e) { }
  12.            timeHandle = setTimeout(setEvent, 500);
  13.        }
  14.        setEvent();
  15. </script>
复制代码
HTML:
  1. <iframe src="common/SystemStatusChart.aspx" style="margin-top:-0px;width:410px;height:225px;display:block;" border="0" scrolling="No" noresize="noresize" frameborder="0" onclick="setEvent()"></iframe>
复制代码
欢迎光临:逐梦论坛

返回列表

Powered by Discuz! 7.2   论坛QQ群:逐梦论坛群

© 2001-2021 Comsenz Inc. 鲁公网安备 37120302000001号