1、超链接代码: a onclick=this.style.behavior=url(#default#homepage);this.sethomepage(http:// www.zw0311.com ); href=#设为首页/a 2、JS代码: script type=text/javascript function setHome(obj){ obj.style.behavior=url(
1、超链接代码:
<a onclick="this.style.behavior='url(#default#homepage)';this.sethomepage('http://
www.zw0311.com');" href="#">设为首页</a>
2、JS代码:
<script type="text/javascript">
function setHome(obj){
obj.style.behavior='url(#default#homepage)';
return false;
}
</script>
<a href="#" onClick="setHome(this);">设为首页</a>
3、按钮代码:
<input TYPE="button" VALUE="设为首页" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('https://www.zw0311.com');" href="#">
文章由
石家庄网站建设众旺互联整理。