日期:2014-05-17 浏览次数:20822 次
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.