'top=2,left=2,height='+height(参数)+',width='+width(参数)+',scrollbars=yes,resizable=yes'

解决方案 »

  1.   

    window.open的第三个参数表示要open 的window的feature是一个字符串格式是用逗号格开"top=2,left=2,..."这要正确生成这个字符串就可以了
      

  2.   

    那我这句哪里错了呢? 
        window.open('/Scripts/oowa.exe/ExpSrv634/dbxwdevkit/xwd_init?rmsexpress/bbb, top=2,left=2,height='+height+',width='+width+',scrollbars=yes,resizable=yes');
      

  3.   

    没有测试过
    window.open('/Scripts/oowa.exe/ExpSrv634/dbxwdevkit/xwd_init?rmsexpress/bbb','',' top=2,left=2,height='+height+',width='+width+',scrollbars=yes,resizable=yes');
      

  4.   

    window.open('/Scripts/oowa.exe/ExpSrv634/dbxwdevkit/xwd_init?rmsexpress/bbb',' top=2,left=2,height='+height+',width='+width+',scrollbars=yes,resizable=yes');
      

  5.   

    Sorry, xhbmj(笨鸟先飞) is right, I forgot the name of the window <script>
    window.open('/Scripts/oowa.exe/ExpSrv634/dbxwdevkit/xwd_init?rmsexpress/bbb','',' top=2,left=2,height='+height+',width='+width+',scrollbars=yes,resizable=yes');
    </script>
      

  6.   

    你加?干嘛,?的作用是该URL的参数表,看你的意思,你这一句应该表?去掉。
      

  7.   

    height作为height的参数
    width作为width的参数