// 加入收藏 function addFavorite () {if (document.all) {addToBookmark (window.location.href ، document.title) ؛ } آخر if (window.sideBar) {addToBookmark (document.title ، window.location.href) ؛ }} وظيفة 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 进行添加") ؛ }}} return false ؛ }