给你一个例子:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<title>固定用户的浏览器大小</title>
</head>
<body onresize="window.resizeTo(window.screen.width,window.screen.height);window.moveTo(0,0);">
</body>
</html>