使用IE打开X3时,最大化当前网页。
1<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
2 self.moveTo(0,0); self.resizeTo(screen.availWidth,screen.availHeight);
3</SCRIPT>
4
5<html>
6<script>
7var mywidth=screen.width-10;
8var myheight=screen.height-60;
9window.location='http://server06/';
10self.Toolbar=false;
11self.moveTo(0,0);
12self.resizeTo(screen.availWidth,screen.availHeight);
13</script>
14<body>
15</body>
16</html>
2 self.moveTo(0,0); self.resizeTo(screen.availWidth,screen.availHeight);
3</SCRIPT>
4
5<html>
6<script>
7var mywidth=screen.width-10;
8var myheight=screen.height-60;
9window.location='http://server06/';
10self.Toolbar=false;
11self.moveTo(0,0);
12self.resizeTo(screen.availWidth,screen.availHeight);
13</script>
14<body>
15</body>
16</html>
相关文章:http://www.cnblogs.com/ZhouXiHong/archive/2006/08/21/482727.html