与大家分享一下
<script language="javascript">
function add()
{ bookmarkurl="http://www.baidu.com";
bookmarktitle="欢迎光临百度";
if(document.all)
{ window.external.AddFavorite(bookmarkurl,bookmarktitle);}
}
</script>
<a href="javascript:add()">加入收藏</a>
<a style=cursor:hand οnclick=this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.baidu.com')>设为首页</a>