⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 自动滚动.htm

📁 这是一些关于JavaScript的学习资料 希望对大家有用
💻 HTM
字号:
<html>
<head>
<title>系统一览图 - 品络科技 pinluo.com</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript">
<!--
function scrolltop(){
alert(document.body.scrollHeight);
alert(document.body.clientHeight);
document.body.scrollTop =document.body.scrollHeight- document.body.clientHeight;
}
//-->
</script>

</head>

<body onLoad="scrolltop()">
<script language="JavaScript">
<!--
var timer=false;
document.ondblclick=scrollscreen;
function scrollscreen(){
	var bdy=document.body;
	if(bdy.clientHeight+bdy.scrollTop>=bdy.scrollHeight){
		alert("already bottom! refresh now!");
		window.location.reload();
		return ;
	}
	bdy.scrollTop += 50;
	window.setTimeout(scrollscreen,100);
}
for(var i=0;i<800;i++)
	document.write("&nbsp;"+i+"<br>");
//-->
</script>


</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -