兼容ie和ff
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>JS加入收藏夹</title>
</head>
<script>
function addfavorite()
{if(document.all){
window.external.addFavorite('http://jb51.net','FREE Web Directory');
}else if(window.sidebar){
window.sidebar.addPanel('FREE Web Directory', 'http://jb51.net','');
}
}
</script>
<body>
<a href="#" οnclick="addfavorite()" rel="sidebar" >加入收藏!</a>
</body>
</html>
http://xiaoxing598.iteye.com/blog/1997817