代码
<script type="text/javascript">
function addBookmark(title,url) {
    
if (window.sidebar) { 
        window.sidebar.addPanel(title, url,
""); 
    } 
else if( document.all ) {
        window.external.AddFavorite( url, title);
    } 
else if( window.opera && window.print ) {
        
return true;
    }
}
</script>

 

页面使用:

 

<href=javascript:addBookmark('天极网网页陶吧','http://homepage.yesky.com/')> 添加到收藏</a>

 

 

相关文章:

  • 2022-12-23
  • 2021-09-07
  • 2021-06-11
  • 2022-12-23
  • 2021-08-02
  • 2022-01-05
  • 2021-07-15
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案