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>  

    5.图片链接

    <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>

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

    <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();">
  • 相关阅读:
    自定义CollectionView实现流式布局和动态图片的展现
    Java设计模式之观察者模式
    HashMap工作原理
    SpringBoot 实现多线程
    十大排序算法
    IDEA集成 plant uml 画图工具
    解决国内访问github速度慢的问题
    SpringBoot整合JWT Token
    SpringBoot在idea中配置热部署
    Spring-Security教程【一】简单的登录认证
  • 原文地址:https://www.cnblogs.com/shcolo/p/3267371.html
Copyright © 2011-2022 走看看