popup.html

来自「this gives details of the network progra」· HTML 代码 · 共 18 行

HTML
18
字号
<HEAD>
<TITLE>Netprog JavaScript Demo - Annoying Popup Windows</TITLE>
</HEAD>
<BODY>
<SCRIPT>
newWindow = window.open("ad.html","","toolbar=no,location=no,directories=no,menubar=no,scrollbars=no,status=yes,resizable=1,width=260,height=200");
</SCRIPT>
 


<H2>Annoying Popup Window</H2>
You should get a new window when you load this document. The important thing is
to make sure that the new window contains an annoying message.




⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?