一、收藏本站
1、自己设置设置网址和名称
<a href="javascript:;" onclick="javascript:window.external.AddFavorite('http://www.baidu.com','百度')" title="收藏本站到你的收藏夹"><font size="-1" color="#FFE09E">收藏本站</font></a>
2、当前页面网址和title
<a href="javascript:void(0);" onClick="window.external.AddFavorite(document.location.href,document.title)">加入收藏</a>
二、设为首页
1、图片链接:
<a style="cursor:hand" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.baidu.com');">
<img width=16 height=16 border=0 src="images/Logo.gif">
<u> 设为首页</u>
</a>
2、文字链接:
<a onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.baidu.com');" href="#">设为首页</a>
3、按钮:
<input type="button" value="设为首页 " onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.baidu.com');" href="javascript:;">