JQ_加入收藏

<a href="javascript:;" onclick="AddFavorite();return false;">加入收藏</a>


addFavorite

function AddFavorite(){
	if(document.all){
		try{
			window.external.addFavorite(window.location.href,document.title);
		}catch(e){
			alert("加入收藏失败,请使用Ctrl+D进行添加!");
		}
	}else if(window.sidebar){
		window.sidebar.addPanel(document.title, window.location.href, "");
	}else{
		alert("加入收藏失败,请使用Ctrl+D进行添加!");
	}


你可能感兴趣的:(JQ_加入收藏)