您当前所在位置:
88好学网范文常识生活常识电脑常识js代码:定时关闭网页» 正文

js代码:定时关闭网页

[05-26 12:49:03]   来源:http://www.88haoxue.com  电脑常识   阅读:680

概要:过10秒自动关闭页面< script language="JavaScript" >function closeit() {setTimeout("self.close()",10000)}< /script >

js代码:定时关闭网页,标签:电脑常识大全,http://www.88haoxue.com

过10秒自动关闭页面

< script language="JavaScript" >

function closeit() {

setTimeout("self.close()",10000)

}

< /script >


Tag:电脑常识电脑常识大全生活常识 - 电脑常识
》《js代码:定时关闭网页》相关文章