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>
訂閱:
張貼留言 (Atom)
Jenkins-mail
參考:http://www.linuxea.com/1767.html 前置作業略過~有空再補 Mailer Plugin post { success { emailext ( subject: &...
-
ASP.NET刷新頁面的六種方法 第一: private void Button1_Click( object sender, System.EventArgs e ) { Response.Redirect( Request.Url.ToSt...
-
foreach (string fname in System.IO.Directory.GetFileSystemEntries(@"C:\Users\joshs")) { //if (fn...
沒有留言:
張貼留言