<head>
<title>IE全屏代码</title>
</head>
<script>
function fullScreen(){
self.moveTo(-5,-118)
self.resizeTo(window.screen.Width+30,window.screen.Height+143)}
</script>
<html>
<head>
<title></title>
</head>
<body onLoad='fullScreen()'>
</body>
</html>
<head>
<title>IE全屏代码</title>
</head>
<script>
function fullScreen(){
self.moveTo(-5,-118)
self.resizeTo(window.screen.Width+30,window.screen.Height+143)}
</script>
<html>
<head>
<title></title>
</head>
<body onLoad='fullScreen()'>
</body>
</html>