网页屏保

时间:2007-01-03 21:51:32   来源:  作者:whsong  点击:次  出处:技术无忧
关键字:网页

<script language="JavaScript">
function screensave(){
test.value++;
if(test.value==5){
test.style.display='none';
document.all[4].bgColor='black';
}
}
function screenopen(){
test.value=0;
test.style.display='';
document.all[4].bgColor='';
}
</script>
<body onkeydown="screenopen()" onmousemove="screenopen()" onload="setInterval('screensave()',1000)">
5 秒屏保<input id="test">

更多电脑、家电软硬件维修资讯请访问维修技术


文章评论

共有 0 位网友发表了评论 此处只显示部分留言 点击查看完整评论页面