Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>在主窗口上关闭弹出式窗口</title>
<script language="javascript">
<!--
p = window.open("http://www.baidu.com","","width=300,height=200");
//-->
</script>
</head>
<body>
<input type="button" value="关闭弹出的窗口" onClick="p.close()">
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx