当前位置: 代码迷 >> Web前端 >> 设牵头页和加入收藏
  详细解决方案

设牵头页和加入收藏

热度:60   发布时间:2012-10-30 16:13:36.0
设为首页和加入收藏
1、设为首页
<a href="#" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.google.com');">设为首页</a>
2、加入收藏
<a href="javascript:window.external.AddFavorite('http://www.google.com','Google');">加入收藏</a>