用iframe吧,可以不会有title。

解决方案 »

  1.   

    titlebar去不掉不,如果你不要titlebar你还不如用弹出层了
      

  2.   

    弹出层,层里面是iframe 
    lightbox
    jquery的thickbox可以做到这种效果
      

  3.   

        var feature= 'left=140,top=10,width=1060,height=940,toolbars=no,statusbars=no,scrollbars=yes'
        window.open(report, "", feature);你是不是搞错了,不显示toolbars吧
      

  4.   

    没搞错
    显示代码title的那个栏不要
      

  5.   

    通过div 弹出层去处理
    toolbars现在的浏览器好像不行
      

  6.   

    window.open([URL [, name [, features [, replace]]]])features : 
      fullscreen={ yes | no | 1 | 0 } 
      channelmode={ yes | no | 1 | 0 }  
      toolbar={ yes | no | 1 | 0 }      
      location= { yes | no | 1 | 0 }    
      directories = { yes | no | 1 | 0 }
      status={ yes | no | 1 | 0 }       
      menubar={ yes | no | 1 | 0}       
      scrollbars={ yes | no | 1 | 0}    
      resizable={ yes | no | 1 | 0}     
      width=number                      
      height=number                     
      top=number                        
      left=number                       没有你要的 titlebar 这个参数,建议采用 div 弹出层
      

  7.   

     Internet Explorer 5.5 and later. This feature is no longer supported