设为首页和加入收藏代码

本文提供了多种使用JavaScript实现将网页设为首页和加入收藏的功能代码示例,包括文字链接、按钮、页面加载提示等不同形式,适用于网页开发。
摘要由CSDN通过智能技术生成

特别注意:要把’这个符号换成无任何输入法状态中输入的’这个符号,否则程序无法运行)
1.文字型:
<a οnclick="this.style.behavior=’url(#default#homepage)’;this.setHomePage(’http://www.dafacai.net’);" href="http://www.dafacai.net">设为首页</a>

2.按钮型:
<input TYPE="button" VALUE=" 设为首页 " οnclick="this.style.behavior=’url(#default#homepage)’;this.setHomePage(’http://www.dafacai.net’);" href="http://www.dafacai.net">

3.离开时自动提示设为首页:
<body οnunlοad="BASEBody.style.behavior=’url(#default#homepage)’;if(!(BASEBody.isHomePage(’http://www.1.com’)))BASEBody.setHomePage(’http://www.dafacai.net’);">

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.dafacai.net" name="homepage"
οnclick="myhomepage();"></a>

           1.图片链接

             <a style="cursor:hand" οnclick="this.style.behavior='url(#default#homepage)';
               this.setHomePage('www.qipao8.com');">
                <img width=16 height=16 border=0 src="images/Logo.gif">
                 <u> 设为首页</u></a>

2.文字型:
<a οnclick="this.style.behavior='url(#default#homepage)';
this.setHomePage('http://www.qipao8.com');" href="#">设为首页</a>

3.按钮型:
<input TYPE="button" VALUE=" 设为首页 " οnclick="this.style.behavior='url(#default#homepage)';
this.setHomePage('http://www.qipao8.com');" href="#">
4.离开时自动提示设为首页
<body οnunlοad="BASEBody.style.behavior='url(#default#homepage)';
if(!(BASEBody.isHomePage('http://www.qipao8.com')))BASEBody.setHomePage('http://www.qipao8.com/');">
5.鼠标指向时提示设为首页
<A href="http://www.qipao8.com/" οnmοuseοver="this.style.behavior='url(#default#homepage)';
this.setHomePage('http://www.qipao8.com');" target="_blank">设为首页</A>
-------------------------------------------------------------------------------
加入收藏代码

1.
<a href="#" οnclick="javascript:window.external.AddFavorite('http://www.qipao8.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:zgzzw@zgzzw.com">与我联系</a>
再将下面代码加入<body>内:
οnlοad="myhomepage();"
即:<body οnlοad="myhomepage();">

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值