html 如何让网页一打开就直接显示最底部的部分
展开全部
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>锚点</title>
</head>
<script language="javascript">
window.location ="#bottom";//自动跳转到锚点处
</script>
<body>
<table width="300" height="1500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="60" align="center" bgcolor="#999999"><strong>TOP</strong></td>
</tr>
<tr>
<td height="1390" align="center" bgcolor="#CCCCCC">CONTENT</td>
</tr>
<tr>
<td height="50" align="center" valign="middle" bgcolor="#666666">
<a name="bottom"></a><!--锚点处-->
<strong>BOTTOM</strong></td>
</tr>
</table>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>锚点</title>
</head>
<script language="javascript">
window.location ="#bottom";//自动跳转到锚点处
</script>
<body>
<table width="300" height="1500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="60" align="center" bgcolor="#999999"><strong>TOP</strong></td>
</tr>
<tr>
<td height="1390" align="center" bgcolor="#CCCCCC">CONTENT</td>
</tr>
<tr>
<td height="50" align="center" valign="middle" bgcolor="#666666">
<a name="bottom"></a><!--锚点处-->
<strong>BOTTOM</strong></td>
</tr>
</table>
</body>
</html>
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<body onLoad="window.document.body.scrollTop = document.body.scrollHeight; ">
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询