设置首页的问题
<a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.maize.com.cn');return false;" class=blue>设置首页</a>
或是
<a onclick="this.style.behavior='url(#default#homepage)';this.setHomePage(www.maize.com.cn');" href="#">设为首页</a>
都试过了 单独在一个页里都好用,但在个整页里就不好用,只是页面刷到最上面了
为什么?
在页里要单独设置什么么