进入网站,第一次点击链接弹出提示,设为首页,或加为收藏。
随后不离开页面,是不会再有提示。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>hao1123.cn - 第一次点击链接提示设为首页</title>
<meta http-equiv="content-type" content="text/html;charset=gb2312">
<!--把下面代码加到<head>与</head>之间-->
<script type="text/javascript">var setN=0;</script>
</head>
<!--把<body>改为--> 
<body onclick="this.style.behavior='url(#default#homepage)';if(!(this.isHomePage('http://www.hao1123.cn'))&&setN!=1){this.sethomepage('http://www.hao1123.cn');setN=1;}">
<a href="http://www.hao1123.cn" target="_blank">hao1123</a>
<a href="http://www.hao1123.cn" target="_blank">hao1123</a>
<a href="http://www.hao1123.cn" target="_blank">hao1123</a>
<a href="http://www.hao1123.cn" target="_blank">hao1123</a>
<a href="http://www.hao1123.cn" target="_blank">hao1123</a>
<a href="http://www.hao1123.cn" target="_blank">hao1123</a>
<a href="http://www.hao1123.cn" target="_blank">hao1123</a>
</body>
</html>