?? 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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -