通用的加入收藏夹代码支持IE Firefox等浏览器
function addfavorite() {switch(getOs()){case 1:window.external.addFavorite("http://www.jb51.net","脚本之家 ");break;case 2:window.sidebar.addPanel("脚本之家", "http://www.jb51.net/","");break;case 0:alert("您的浏览器也太牛了,我都不知道如何显示了。 唉。");brea...