<script>
function hp(obj,url){obj.style.behavior='url(#default#homepage)';obj.setHomePage(url);}
</script>
<div><button name="buttonName" type="button" onclick="hp(this,'http://abc.com')">按钮</button></div>用按钮设置主业可以
我要是把函数添加到<body topmargin="0" onbeforeunload="hp(this,' http://abc.com')">中的onbeforeunload事件里就不行,为什么阿?