在网站开发中,涉及的底边栏 有设为首页,加入收藏 等连接
代码如下
<div class="bottom_div"><a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage(location.href);">设为首页</a> | <a href="#" onClick="window.external.AddFavorite(location.href,document.title)">加入收藏</a> | 联系我们<br/> </div>