.net中添加收藏和设为首页的代码

<a href="javascript:window.external.addFavorite(‘http://www.vkesoft.com‘,‘你的网站名字‘)">   <span style="font-size: 10pt">加入收藏</span></a>

<a href="Default.aspx" onclick="this.style.behavior=‘url(#default#homepage)‘;this.setHomePage(‘http://www.vkesoft.com‘)">
<span style="font-size: 10pt">设为首页</span></a>
1:设为首页
<a href="javascript:void(0);" id="setHomePage" onclick="this.style.behavior=‘url(#default#homepage)‘;this.setHomePage(‘http://www.vkesoft.com/‘);return(false);" style="behavior:url(#default#homepage);">设为主页</a>
 2:收藏本站
<span  style="CURSOR:hand" onclick="window.external.addFavorite(‘http://www.vkesoft.com‘,‘开宝网‘)">收藏本站</span>

3:不同浏览器,收藏的js代码有区别,比如IE和firefox等。

<a href=http://www.vkesoft.com onclick="window.external.addFavorite(this.href,this.title);return false;" title=‘vkesoft‘ rel="sidebar">加入收藏</a>

 

所有浏览器通用的js添加收藏夹代码

<script>

function addfavorite()
{
   if (document.all)
   {
      window.external.addFavorite(‘http://www.XXX.com‘,‘XXX);
   }
   else if (window.sidebar)
   {
      window.sidebar.addPanel(‘XXX, ‘http://www.XXX.com‘, "");
   }
}
</script>
<a href="#" onclick="addfavorite()">XXX</a>

打开,另存为,属性,打印&quot;等14个JS代码

 

■刷新■

■导入收藏■

■导出收藏■

■整理收藏夹■

■查看原文件■

■语言设置■

■打开■

<input name=Button onClick=document.all.WebBrowser.ExecWB(1,1) type=button value=打开>

<OBJECT classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 id=WebBrowser width=0></OBJECT>

■另存为■

<input name=Button onClick=document.all.WebBrowser.ExecWB(4,1) type=button value=另存为><OBJECT classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 id=WebBrowser width=0></OBJECT>

■属性■

<input name=Button onClick=document.all.WebBrowser.ExecWB(10,1) type=button value=属性><OBJECT classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 id=WebBrowser width=0></OBJECT>

■打印■

<input name=Button onClick=document.all.WebBrowser.ExecWB(6,1) type=button value=打印><OBJECT classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 id=WebBrowser width=0></OBJECT>

■页面设置■

<input name=Button onClick=document.all.WebBrowser.ExecWB(8,1) type=button value=页面设置><OBJECT classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 id=WebBrowser width=0></OBJECT>

■刷新■

<input type=button value=刷新 name=refresh onclick="window.location.reload()">

■导入收藏■

<input type="button" name="Button" value="导入收藏夹" onClick=window.external.ImportExportFavorites(true,);>

■导出收藏■

<input type="button" name="Button3" value="导出收藏夹" onClick=window.external.Imp

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。