How to implement it under the IE browser to set it to the homepage and add the function of the collection
Solution:The function of setting the specified URL to the homepage is mainly to rely on IE's default behavior of the SETHOMEPAGE method, and the implementation of the specified URL to the collection clip is the Addfavorite method of the External object.
Specific steps:Set as homepage
<A href = http://www.bjpowerNode.com onClick = this. Style.behavior = 'URL (#default#Homepaage)'; this.SethomePage ('http: // www.bjpowern ande.com '); Return ( FALSE); STYLE = Behavior: URL (#DEFAULT#HOMEPAGE)> Set as homepage </a>
Join Favorites:
<a href= www.bjpowernode.com onclick=window.external.addFavorite(' www.bjpowernode.com ','动力节点'); return false; align=center> 加入收藏</a>
Please use the IE browser for testing.
The above is all the contents of this article. I hope it will be helpful to everyone's learning. I also hope that everyone will support VEVB Wulin.com.