<SCRIPT LANGUAGE="JavaScript">
<!--
function WinOpen()
{
    document.write('页面装载中,loading......')
    var left = (screen.availWidth - 800)/2;
    var top = (screen.availHeight - 600)/2;
    window.open('http://www.xxx.com','DoteyMsg','width=800 height=600 left='+left+' top='+top);
    document.write('页面即将关闭')
    this.opener=null;
    this.close();
}
WinOpen()
//-->
</SCRIPT>
设置width,height