4-4.htm

来自「JScript网页特效,包含很多的实现网页特效的方法.」· HTM 代码 · 共 23 行

HTM
23
字号
<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 + =
减小字号Ctrl + -
显示快捷键?