?? 12.5 關閉窗口不提示的方法.htm
字號:
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>標題頁</title>
<script>
function winClose()
{
window.opener=null;//創建當前窗口的對象為空
window.close(); //關閉窗口
}
</script>
</head>
<body>
<input type=text name="txt1" value="this is test!">
<input type=button value="轉換文本" onClick="javascript:winClose()">
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -