摘要: <a name="bottom"></a> 正常网页的跳转用<a href="#bottom">跳转到锚点</a>,不同页面前面加上页面路径即可如<a href="url2.htm#bottom">跳转到锚点</a>,<!--本页-->location.hash="bottom"; <!--跳转到其它页-->location.href="url2.htm#bottom"; 不只有a,其他元素也可以,比 阅读全文
posted @ 2012-11-28 09:20 码写人生 阅读(11888) 评论(0) 推荐(0)