把某网页设为首页
<a href="#" class="word_white" οnclick="this.style.behavior='url(#default#homepage)';this.sethomepage('htttp://www.mingrisoft.com')">
                                <span style="font-size: 9pt; color: #ffffff;text-decoration:none"><strong>设为主页</strong></span></a>

收藏本站
   <a href="JavaScript:window.external.AddFavorite('Http://www.mingrisoft.com','明日科技')"  class="word_white"><span style="font-size: 9pt; color: #ffffff;text-decoration:none"><strong>收藏本站</strong></span></a>

离开时启动收藏夹
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
    <script language="javascript">
    function Add()
    {
        window.external.AddFavorite('http://www.mingrisoft.com','明日科技')
    }
    </script>
</head>
<body οnunlοad="Add()">
    <form id="form1" runat="server">
    <div>
   
    </div>
    </form>
</body>
</html>