Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>JavaScript指定时间弹出窗口</title>
</head>
<script language="javascript">
function l()
{
window.open(" / ","name","width=612,height=365,border=0")
}
setTimeout("l()",2000)
</script>
<body>
正在准备弹出窗口,请稍候……
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx