当网友点击设为首页的链接或图片后即可把你的网站设置为浏览器的起始页。
------代码开始---------
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网页特效|www.startcn.net|---设置默认首页</title>
</head>
<body>
右击鼠标查看代码
<p>代码一:<span onclick="var strHref=window.location.href;this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.startcn.net');"; style="CURSOR: hand">将本站设置为首页</a></span></p>
<p><br>
代码二:<a title="设置本站为浏览器首页" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.startcn.net');" href="nojavascript...;">设为首页</a>
</p>
</body>
</html>
-----代码结束------