找回密码
 注册
温柔网 文章 电脑技巧 常用软件 查看内容

当刷新IE时打开一个窗口

2010-6-6 19:31| 发布者: 狂人日记| 查看: 185| 评论: 0

摘要: head script function openwin() { window.open('apage.htm')} /script /head body onbeforeunload="return openwin();"
<head>
     <script>
      function openwin()
      { window.open('apage.htm')}
     </script>
    </head>
    <body onbeforeunload="return openwin();">

最新评论

    24小时排行

      QQ|Archiver|手机版|小黑屋|温柔网 ( 浙ICP备13033583号-8 )

      GMT+8, 2026-9-21 04:17 , Processed in 0.038437 second(s), 22 queries .

      Powered by Discuz! X3.5

      © 2001-2026 Discuz! Team.

      返回顶部