设为首页的JS代码

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>设为首页的JS代码</title>
</head>
<body> 
<p>方法一:<span onclick="var strHref=window.location.href;this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.csdn.net');"  style="CURSOR: hand">点此设为首页</a></span></p>
<p><br>
方法二:<a title="设为首页" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.csdn.net');" href="javascript:;">设为首页</a>
</p>
</body>
</html>

posted @ 2012-10-12 09:39  网络剑客  阅读(133)  评论(0)    收藏  举报