<script language="JavaScript1.2">
<!--
// Auto maximize window script - By Nick Lowe (nicklowe@ukonline.co.uk)
// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/

window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
//-->
</script>

相关文章:

  • 2022-02-03
  • 2022-12-23
  • 2021-12-23
  • 2021-08-16
  • 2022-03-09
  • 2022-12-23
  • 2021-05-18
  • 2021-07-17
猜你喜欢
  • 2021-06-06
  • 2021-06-19
  • 2022-12-23
  • 2022-01-07
  • 2021-10-02
  • 2022-12-23
  • 2021-05-28
相关资源
相似解决方案