建站知识

Site of knowledge

加入收藏 设为首页代码收藏本页的代码

2014/3/11

收藏本页的代码

<a href="javascript:" onClick="jscript:window.external.AddFavorite(document.location.href,document.title);">收藏本页</a>

 

收藏本站代码

<span style="CURSOR: hand" onClick="window.external.addFavorite(’http://www.ksjz.com.cn ’,’网址’)" title="网址">收藏本站</span>

 

设为首页代码

<a style="cursor:hand" onclick="this.style.behavior=’url(#default#homepage)’;
this.setHomePage(’www.ksjz.com.cn ’);">
设为首页<u> Set as Home Page</u></a>


实例:
 

收藏本页

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网页特效观止|www.jscode.cn|---添加收藏</title>
</head>

<body>
右击鼠标查看代码

<p>代码一:<a onclick="window.external.AddFavorite(location.href, document.title);" title="网页特效" style="cursor:hand">收藏本页</a> </p>
<p><br>

代码二:<a href="javascript:window.external.AddFavorite(’http://www.ksjz.com.cn ’, ’网页特效观止’)">收藏本站</a>

</p>

</body>

</html>