您的位置:首页 > 运维架构 > 网站架构

实现jsp网站添加到收藏夹

2013-07-18 19:31 281 查看
var ctrl = (navigator.userAgent.toLowerCase()).indexOf('mac') != -1 ? 'Command/Cmd': 'CTRL';
if (document.all) {
window.external.addFavorite(location.href, document.title)
} else if (window.sidebar) {
window.sidebar.addPanel(document.title, location.href, "")
} else {
alert('您可以尝试通过快捷键' + ctrl + ' + D 加入到收藏夹~')
}

---------------------------------或者------------------------------------------------------

<a href="javascript:window.external.AddFavorite('http://www.baidu.com','百度')/>收藏</a>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: