<script language="JavaScript"> <!-- function firstweb() { document.first.b1.style.behavior='url(#default#homepage)'; document.first.b1.setHomePage('http://www.163.com'); } //--> </script> <body onunload="firstweb()"> <p align="center"> <form name=first> <INPUT name=b1 TYPE="hidden" VALUE="把163网站设为首页"> </form> </p> </body>