首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

javascript 学习散记

2012-08-17 
javascript学习杂记1.自动转到命名记 script laguagejavascript window.location.hash #bottom

javascript 学习杂记
1.自动转到命名记
<script laguage="javascript">
window.location.hash = "#bottom";
</script>
<a name="bottom">底部</a>

2.自动定位到指定高度
<script laguage="javascript">
<!--
//function scrollwin() {
//document.body.scrollTop
var scroll_y = parseInt(1000);
window.scrollBy(0, scroll_y);
//}
//-->
</script>

热点排行
Bad Request.