Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>全屏打开的窗口</title>
<script>
<!--
function fullwin(targeturl){
window.open(targeturl,"","fullscreen,scrollbars")
}
//-->
</script>
</head>
<body>
<form>
<input type="button" onClick="fullwin('http://www.163.com')" value="全屏打开" name="button">
</form>
请按ALT+F4退出!!!
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx