<html>
<head>
<title>系统导入中</title>
<script language="javascript">
function changeStyle(){
window.opener = null;
window.close();
if (window.screen.width>800)
window.open('http://www.baidu.com','_blank','top=0,left=0,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=1024,height=768');
else
window.open('http://www.baidu.com','_blank','top=0,left=0,status=yes,menubar=no,resizable=yes,scrollbars=yes');

}
</script>

</head>

<body>
<input type="button" value="改变" οnclick="changeStyle()">
</body>
</html>