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

一个网站上设置"设为主页"和"加入收藏夹"的代码

2009-04-13 18:14 363 查看
<A href="#" onmouseover="window.external.addFavorite('http://www.dabaoku.com/','e时区特色论坛')" target="_self" >收藏本页</A>

<a href="#" onmouseover="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.dabaoku.com/');" target="_self">设为主页</a>

设为主页

<A href=# onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.baidu.com');">图片</A>

-----------------------------------------

加如收藏

<A href="javascript:window.external.AddFavorite('http://www.baidu.com','百度')">图片</A>

-----------------------------------------------------------

加入收藏

<a href="javascript:window.external.AddFavorite('http://www.baidu.com','百度')">加入收藏</a>

首页

<span onclick="var strHref=window.location.href;this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.laofang.com');" style="CURSOR: hand"><br>设为首页</br></span>

<a href=# onClick="this.style.behavior='url(#default#homepage)';this.setHomePage

('http://www....../');">设为首页</a> <IMG height=11

src="images/dot.gif" width=12 border=0> <a href=# onClick="window.external.addFavorite('http://www....../','****');return(false)">收藏本站</a>

将其中"www......"换成你的网页地址

"****"换成你的网站名字
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐