window.dialogWidth 宽
window.dialogHeight 高
window.dialogLeft X座标
window.dialogTop Y座标

解决方案 »

  1.   

    看看msdn,它不和open一样,
    只有这么几个能使用.
    dialogWidth:number  Sets the width of the dialog window. 
    dialogHeight:number  Sets the height of the dialog window. 
    dialogTop:number  Sets the top position of the dialog window relative to the upper-left corner of the desktop. 
    dialogLeft:number  Sets the left position of the dialog window relative to the upper-left corner of the desktop. 
    center:{yes | no | 1 | 0 }  Specifies whether to center the dialog window within the desktop. Default is yes.