asp.net收藏和设为首页的代码

1:设为首页
<a href="javascript:void(0);" id="setHomePage" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.baidu.com/');return(false);" style="behavior:url(#default#homepage);">设为主页</a>
 2:收藏本站
<span  style="CURSOR:hand" onclick="window.external.addFavorite('http://www.baidu.com','百度)">收藏本站</span>


3:解决浏览器兼容问题。

<a href=http://www.baidu.com onclick="window.external.addFavorite(this.href,this.title);return false;" title='百度' rel="sidebar">加入收藏</a>

原文地址:https://www.cnblogs.com/zlp520/p/3645178.html