JS代码制作点击设为首页和加入收藏功能

http://www.17sucai.com/pins/demoshow/210


中国素材网: http://www.17sucai.com/


<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>js代码制作点击设为首页和加入收藏功能</title>
 <meta name="description" content="js代码制作两个非常常用的网页特效,点击按钮设为首页、加入收藏、收藏本页功能。是网页制作必备的常用网页特效。" />
 </head>
  
 <body>
  
 <style type="text/css">
 *{margin:0;padding:0;list-style-type:none;}
 a,img{border:0;}
 /* demo */
 .demo{width:300px;margin:130px auto 0 auto;text-align:center;}
 </style>
  
 <script type="text/javascript">
 //收藏本页
 function AddFavorite(sURL, sTitle){
 try{
 window.external.addFavorite(sURL, sTitle);
 }
 catch(e){
 try{
 window.sidebar.addPanel(sTitle, sURL, "");
 }
 catch(e){
 alert("加入收藏失败,请使用Ctrl+D进行添加");
 };
 };
 };
  
 //收藏设置页面(首页)
 function addToFavorite(){
 var d="http://www.17sucai.com/";
 var c="17素材网";
 if(document.all){
 window.external.AddFavorite(d,c);
 }else{
 if(window.sidebar){
 window.sidebar.addPanel(c,d,"");
 }else{
 alert("对不起,您的浏览器不支持此操作!\n请您使用菜单栏或Ctrl+D收藏本站。");
 }
 }
 }
  
 //设为首页
 function SetHome(obj){
 try{
 obj.style.behavior='url(#default#homepage)';
 obj.setHomePage('http://www.17sucai.com/');
 }catch(e){
 if(window.netscape){
 try{
 netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
 }catch(e){
 alert("抱歉,此操作被浏览器拒绝!\n\n请在浏览器地址栏输入“about:config”并回车然后将[signed.applets.codebase_principal_support]设置为'true'");
 };
 }else{
 alert("抱歉,您所使用的浏览器无法完成此操作。\n\n您需要手动将'http://www.17sucai.com/'设置为首页。");
 };
 };
 };
 </script>
  
 <div class="demo">
 <a href="javascript:void(0);"id="setHomePage" onclick="SetHome(this)"style="behavior:url(#default#homepage);"><imgsrc="images/sethome.gif"width="57" height="51" alt="设为首页" /></a>
 <a href="javascript:addToFavorite()"><imgsrc="images/addfavorite.gif"width="57" height="51" alt="收藏17素材网" /></a>
 <a href="javascript:AddFavorite(document.location.href,document.title);"><imgsrc="images/share.jpg"width="57" height="51" alt="收藏本页" /></a>
 </div>
  
 </body>
 </html>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值