javascript常用脚本集锦

1. 加入收藏:
<a href="javascript:window.external.AddFavorite(location.href, document.title);" >加入收藏</a>
2. 设为首页:
<a onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.xybar.cn/');" href="#">设为首页</a> 
   
<input TYPE="button" VALUE=" 设为首页 " onclick="this.style.behavior=’url(#default#homepage)’;this.setHomePage(’http://www.xybar.cn/');" href="#"> 
原文地址:https://www.cnblogs.com/ddr888/p/640903.html