<script> function setit(){ if(document.all){ document.getElementById("myframe").attachEvent("onblur",dothis); }else{ document.getElementById("myframe").contentWindow.addEventListener("blur",dothis,false); } } function dothis(){ alert("blurred"); } </script> <body onload="setit()"> <iframe width="155" height="144" ></iframe> <input /> </body>

相关文章:

  • 2021-11-17
  • 2022-03-05
  • 2021-12-05
  • 2022-01-11
  • 2021-07-24
  • 2022-02-05
猜你喜欢
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
  • 2021-08-06
  • 2021-05-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案