点击超级连接,怎么实现设置为首页

来源:百度知道 编辑:UC知道 时间:2024/06/29 23:59:23
设此页面为首页。这段javascrpit怎么写啊???
谁知道

<a href="#" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.packds.com/');">单击链接设为主页</a>

<a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('你的地址');return(false);" style="behavior: url(#default#homepage)">显示的文字(如:设为首页)</a>