// function addfavorite(){if(document.all){addtobookmark(window.location.href、document.title); } else if(window.sidebar){addtobookmark(document.title、window.location.href); }} function addtobookmark(url、title){var ua = navigator.useragent.tolowercase(); if(ua.indexof( "msie 8")> -1){external.addtofavoritesbar(url、title); // ie8} else {try {window.external.addfavorite(url、title); } catch(e){try {window.sidebar.addpanel(title、url); // firefox} catch(e){alert( "加入收藏失败、请使用ctrl+d进行添加"); }}} falseを返します。 }