新闻详情

设指定网页为主页的代码

2895 2009/5/16

设置指定网页为主页的代码实例:

<head>
<title>标题页</title>
</head>
<body>
<a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.google.com');">设为主页
</a></body>
</html>

相关资讯

18973218026
返回顶部