📄 4-4.htm
字号:
<html>
<head>
<title>§4.4 定时自动关闭的弹出窗口</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language=javascript>
<!--//Begin code
var theURL = '4-4-1.htm';
var width = 150;
var height = 150;
function popWindow() {
newWindow = window.open(theURL,'newWindow','toolbar=no,menubar=no,resizable=no,scrollbars=no,status=no,location=no,width='+width+',height='+height);
}
// -- End code -->
</script>
</head>
<body bgcolor="#FFFFFF">
<a href="javascript:popWindow()">Click here</a>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -