Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>以顶层模式显示网页对话框</title>
</head>
<body>
<script language="javascript">
<!--
features = "dialogWidth:300px;dialogHeight:200px;status=no";
showModelessDialog("dialog.htm",window,features);
//-->
</script>
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx