<SCRIPT LANGUAGE="javascript">
<!--
window.open ('page.html', 'newwindow', 'height=screen.height, width=screen.width, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=n o, status=no') //这句要写成一行
-->
</SCRIPT>

参数解释:

<SCRIPT LANGUAGE="javascript"> js脚本开始;
window.open 弹出新窗口的命令;
'page.html' 弹出窗口的文件名;
'newwindow' 弹出窗口的名字(不是文件名),非必须,可用空''代替;
height=100 窗口高度;这里设成状态栏内的信息(通常是文件已经打开),yes为允许;
</SCRIPT> js脚本结束

相关文章:

  • 2021-09-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-22
  • 2022-12-23
  • 2022-01-23
  • 2021-06-15
猜你喜欢
  • 2022-12-23
  • 2021-12-29
  • 2021-07-09
  • 2022-12-23
  • 2022-12-23
  • 2021-05-29
相关资源
相似解决方案