js 将当前页面设为主页,加入收藏

mac2022-06-30  132

1.设为主页

<a href="#" οnclick="this.style.behavior='url(#default#homepage)';this.setHomePage(window.location.href);return(false)">设为首页</a>

2.加入收藏

<a href="javascript:window.external.addFavorite(window.location.href, '中国循证医学中心')">加入收藏</a>

转载于:https://www.cnblogs.com/sunnysmile/archive/2009/05/14/1456589.html

最新回复(0)