?? 12.10 打開窗口的等待提示.htm
字號:
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>標題頁</title>
<script language="javascript">
function openSearch(){
window.open('http://www.google.com','search') //打開新的窗口
}
setTimeout("openSearch()",1000) //每隔1秒執(zhí)行指定的方法
</script>
</head>
<body>
正在下載文件,請耐心等待......
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -