设为主页,收藏夹代码

来源:互联网 发布:qq飞车网络加速器 编辑:程序博客网 时间:2024/05/06 19:51
1.文字型:    
<aonclick="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.离开时自动提示设为首页:   
<bodyonunload="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"><ahref="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=0src="images/Logo.gif">

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


2.文字型:

<aonclick="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.离开时自动提示设为首页

<bodyonunload="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>

加入频道

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



邮件链接

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

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

onload="myhomepage();"  

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

原创粉丝点击