<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="改变" onclick="changeStyle()">
</body>
</html>

相关文章:

  • 2021-04-03
  • 2022-02-06
  • 2021-12-05
  • 2021-07-07
  • 2022-12-23
  • 2022-12-23
  • 2021-04-08
猜你喜欢
  • 2022-12-23
  • 2021-09-26
  • 2022-01-17
  • 2022-12-23
  • 2021-08-25
  • 2022-12-23
  • 2021-09-13
相关资源
相似解决方案