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