三桥杏奈作品图片:静态空间能用“加入收藏”代码吗?

来源:百度文库 编辑:中科新闻网 时间:2024/05/17 00:16:24
如何在热区上使用,加入收藏、设为首页、联系我们。

能。。
<a href="javascript:this.style.behavior='url(#default#homepage)';this.setHomePage
('http://网址');">设为首页</a>

<a href="javascript:addbookmark()">加入收藏</a>
<script>var bookmarkurl="http://网址";
var bookmarktitle="网站标题";
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle);
}
</script>