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

    (特别注意:要把这个符号换成无任何输入法状态中输入的这个符号,否则程序无法运行)   
    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();"> 


  • 相关阅读:
    bzoj 1588: [HNOI2002]营业额统计 treap
    Codeforces Round #135 (Div. 2) E. Parking Lot 线段数区间合并
    cdoj 851 方老师与素数 bfs
    hdu 5150 Sum Sum Sum 水
    Codeforces Round #376 (Div. 2) F. Video Cards 数学,前缀和
    POJ 1984 Navigation Nightmare 带全并查集
    POJ 1655 Balancing Act 树的重心
    POJ 3140 Contestants Division 树形DP
    HDU 3586 Information Disturbing 树形DP+二分
    HDU 1561 The more, The Better 树形DP
  • 原文地址:https://www.cnblogs.com/vigorz/p/10499075.html
Copyright © 2011-2022 走看看