Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<HTML><HEAD><TITLE>按钮打开最大化全屏窗口</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY bgColor=#fef4d9>
<CENTER>
<span class="STYLE1">按钮打开全屏窗口</span>
</CENTER>
<BR><BR>
<TABLE borderColor=#99FFCC border=5 borderlight="green">
<TBODY>
<TR>
<TD align=middle>
<div align="center">
<SCRIPT>
<!--
function winopen(){
var targeturl="http://www.baidu.com"
newwin=window.open("","","scrollbars")
if (document.all){
newwin.moveTo(0,0)
newwin.resizeTo(screen.width,screen.height)
}
newwin.location=targeturl
//-->
</SCRIPT>
<INPUT onclick=winopen() type=button value=百度一下 name=button>
</div></TD></TR></TBODY></TABLE>
</BODY>
</HTML>
CSS代码...
JS代码...
xxxxxxxxxx