📄 p152_windowopen.htm
字号:
<HTML><BODY><SCRIPT>
var win1 = open("p152_first.htm","first",
"resizable=no,height=200,width=200");
function show_it()
{
var win2 = window.open("p152_second.htm","second",
"resizable=no,height=100,width=100");
}
</SCRIPT>
<A HREF="#" ONCLICK="show_it();"> Click me, Alice.</A>
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -