设置指定网页为主页的代码实例:
<head>
<title>标题页</title>
</head>
<body>
<a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.google.com');">设为主页
</a></body>
</html>
新闻详情
设置指定网页为主页的代码实例:
<head>
<title>标题页</title>
</head>
<body>
<a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.google.com');">设为主页
</a></body>
</html>