SHOWcode

2018年5月10日 星期四

script 時間到控制控制項跳轉網頁活直接跳傳





<script>
       
        //判斷是否動作跳轉
        var time;  //public var
         var URL = "./index.aspx"
        var n = 120 * 1000;  //時間設置預設2分鐘

        time = setTimeout(function () {
            location = URL;
// document.getElementById("bt_clear").click();  //.ASP

        }, n);
        window.top.document.onmousemove = function () {
            clearTimeout(time);
            time = setTimeout(function () {
                location = URL;
// document.getElementById("bt_clear").click(); //.ASP
            }, n);
        }
        window.top.document.onkeydown = function () {
            clearTimeout(time);
            time = setTimeout(function () {
                location = URL;

// document.getElementById("bt_clear").click(); //.ASP
            }, n);
        }


    </script>

沒有留言:

張貼留言

Jenkins-mail

參考:http://www.linuxea.com/1767.html 前置作業略過~有空再補 Mailer Plugin post { success { emailext ( subject: &...