?? 12.16 設置新打開的窗口為活動窗口.htm
字號:
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>標題頁</title>
<script language=javascript>
function winOpen()
{
var newWin=window.open("12.16 設置新打開的窗口為活動窗口1.htm"); //打開新窗口
newWin.focus(); //窗口獲得焦點
}
</script>
</head>
<body>
<input id="Button1" type="button" value="打開" onclick="winOpen()" />
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -