看到一般的网站上都有这样两个小功能,点击一下,可以把打开的网页设置为浏览器的主页。还有就是增加到收藏夹。
给出一个用js实现的方法。
<span style="CURSOR: hand" οnclick="window.external.addFavorite(document.location.href,'中学全科辅导')">收藏本站</span>
<span οnclick="var strHref=window.location.href;this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.#.com');" style="CURSOR: hand">设为首页</span>