|
发表于 2006-8-25 01:00:20
|
显示全部楼层
unction reset(e){
endclock();
moving=0;
if (isNS4 || isNS6){
document.releaseEvents(Event.MOUSEMOVE);
}
if (finaltime == 0) {
finaltime = calctime();
window.alert(\'你坚持了 \' + finaltime + \' 秒\');
// var entername = window.confirm(\'Enter your name?\');
// if (entername) {
// window.open(\"?\" + finaltime,\'winwin\',\'width=300,height=500,left=40,top=40,status=1,resizable\');
// document.location.reload();
// }
// else document.location.reload();
document.location.reload();
}
} |
|