zoukankan      html  css  js  c++  java
  • 设为首页/加入收藏代码

    设为首页代码

     1.文字型:    
    <a onclick="this.style.behavior=’url(#default#homepage)’;this.setHomePage(’http://www.apple-wallpaper.com’);" href="http://www.apple-wallpaper.com">设为首页</a>


    2.按钮型:    
    <input TYPE="button" VALUE=" 设为首页 " onclick="this.style.behavior=’url(#default#homepage)’;this.setHomePage(’http://www.apple-wallpaper.com’);" href="http://www.apple-wallpaper.comt">    

    3.离开时自动提示设为首页:    
    <body onunload="BASEBody.style.behavior=’url(#default#homepage)’;if(!(BASEBody.isHomePage(’http://www.1.com’)))BASEBody.setHomePage(’http://www.apple-wallpaper.comt’);">  

    4.打开网页就提示是否设为主页:
    <script language="javascript">  
    function myhomepage(){  
    this.homepage.style.behavior=’url(#default#homepage)’;this.homepage.sethomepage(’http://www.dafacai.net’);  
    }  
    </script>  
    <p align="center"><a href="http://www.apple-wallpaper.comt" name="homepage"  
    onclick="myhomepage();"></a>  

    1.图片链接

    <a style="cursor:hand" onclick="this.style.behavior='url(#default#homepage)';

    this.setHomePage('http://www.apple-wallpaper.com');">

    <img width=16 height=16 border=0 src="images/Logo.gif">

    <u> 设为首页</u></a>




    2.文字型:

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

    this.setHomePage('http://www.apple-wallpaper.com');" href="#">设为首页</a>




    3.按钮型:

    <input TYPE="button" VALUE="设为首页 " onclick="this.style.behavior='url(#default#homepage)';

    this.setHomePage('http://www.apple-wallpaper.com');" href="#">




    4.
    离开时自动提示设为首页

    <body onunload="BASEBody.style.behavior='url(#default#homepage)';

    if(!(BASEBody.isHomePage('http://www.apple-wallpaper.com')))BASEBody.setHomePage('http://www.apple-wallpaper.com/');">





    5.
    鼠标指向时提示设为首页

    <A href="http://www.apple-wallpaper.com/" onmouseover="this.style.behavior='url(#default#homepage)';

    this.setHomePage('http://www.apple-wallpaper.com');" target="_blank">设为首页</A>

     

     

     

    加入收藏代码

    1.<a href="#" onclick="javascript:window.external.AddFavorite('http://www.apple-wallpaper.com','苹果壁纸资源')" title="收藏本站到你的收藏夹"><font size="-1" color="#FFE09E">收藏本站</font></a>




    2.<a href="javascript:void(0);" onClick="window.external.AddFavorite(document.location.href,document.title)">加入收藏</a>




    加入频道

    <a href="typhoon.cdf")>加入频道</a>




    邮件链接

    <a href="mailto:xuan_web@hotmail.com">与我联系</a>

    再将下面代码加入<body>内:  

    onload="myhomepage();"  

    即:<body onload="myhomepage();">

     

  • 相关阅读:
    前端学习数据库之子元素
    最详细win7下手动搭建PHP环境:apache2.4.23+php7.0.11
    Javascript实现页面跳转的几种方式
    读书笔记:《HTML5开发手册》Web表单
    C#开发微信门户及应用(26)-公众号微信素材管理
    APP开发基础知识
    C#学习路线
    ASP.NET机制详细的管道事件流程
    SQL Serve中的6种事务隔离级别简单总结
    Asp.net设计模式笔记之一:理解设计模式
  • 原文地址:https://www.cnblogs.com/majunfeng/p/3933801.html
Copyright © 2011-2022 走看看