📄 popup.html
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -