1.将当前页设为首页
      <input id="Button1" type="button" value="设为主页"  οnclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.baidu.com')" /> 大家可以看一个behavior,IE5.0以后嵌入了好多组件,大家可以利用这些组件完成一些功能,而不用自己写js文件。
2.将当前页加入到收藏夹
    window.external.AddFavorite(document.URL,document.title);