<script language="JavaScript" type="text/JavaScript">
function MaxTheWindow()
       {
    var thewin=window.open('###','','fullscreen=0,location=no,toolbar=no,top=0,left=0,scrollbars=yes,resizable=yes');

}
</script>

<input type="button" onClick="MaxTheWindow()" value="网页窗口放大到只带标题栏和带滚动条的全屏" name="button">

相关文章:

  • 2021-10-17
  • 2022-01-26
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
  • 2022-12-23
猜你喜欢
  • 2021-08-03
  • 2021-09-25
  • 2021-08-31
  • 2021-06-14
  • 2022-12-23
  • 2021-07-03
  • 2021-05-17
相关资源
相似解决方案