<bodyonload="myhomepage();">
<scriptlanguage="javascript">
functionmyhomepage(){
this.homepage.style.behavior='url(#default#homepage)';this.homepage.sethomepage('http://www.webjx.com/');
}
</script>
<palign="center"><ahref="html.htm"name="homepage" onclick="myhomepage();">设为主页</a></body>
进入页面时弹出问候语:
<scriptlanguage="javascript">
alert("网页教学网欢迎您!")
</script>