Javascript添加收藏夹

if(document.all){
  window.external.AddFavorite("http://www.baidu.com","百度");//在IE下使用
}else if(window.sidebar){
  window.sidebar.addPanel("百度","http://www.baidu.com",""); //在FF
}

其他浏览器使用:Ctrl+D

posted @ 2013-05-12 13:57  wcp_spring  阅读(128)  评论(0)    收藏  举报