代码一:将本站设置为首页
代码二:设为首页
将制定的URL设置为IE的默认默认首页或者起始页面
在<body>区添加一以下代码
<p>代码一:<span onclick="var strHref=window.location.href;this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.sharejs.com');" style="CURSOR: hand">将本站设置为首页</a></span></p>
<p><br>
代码二:<a title="设置本站为浏览器首页" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.sharejs.com');" href="javascript:;">设为首页</a>
<br><br>
上述两种方法都可以实现,只在IE中好用




