1.启动 window.open多个啊!
2.没办法

解决方案 »

  1.   

    可以阿,编写button 点击事件函数,根据传值的不同,打开多个窗体
      

  2.   

    <input type ="button" name=button onclick="btn_click(n)" >   n是你在点击按钮事件前就要确定的
    function btn_click()
    {
      if (n=1)
      {
        window.location.href="   ";
      }
      elseif(n=2)
      {
       .....
      }
    }或者在函数里加入提示选择框,来打开不同的窗体,confirm
      

  3.   

    1,你在button的处理过程中可定义许多操作的
      

  4.   

    2.对于<body style="margin-top:-66px; margin-left:0; margin-right:0; margin-button:0">有点ie里margin-top:-66px不工作,应如何去解决这个的呢?
    ------------------------------------------------------
    负值对于body好象是不行的。对于body内的对象应该是可以的。