Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>指定弹出窗口位置(IE)</title>
<script language="javascript">
<!--
function winpop(){
window.open("http://www.baidu.com","","top=100,left=100,width=300,height=200");
}
//-->
</script>
</head>
<body onLoad="winpop()">
指定弹出窗口位置
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx