window Properties Object Properties Summary
Sets or retrieves the height of the dialog window.
HTML |
N/A |
Script |
window.dialogHeight [ = iHeight ] |
iHeight |
Integer specifying the height in ems. |
The property is read/write with no default value.
This property applies only to windows created using the showModalDialog method.
The following example demonstrates the creation of a dialog window using the dialogHeight object property to set the new window's height.
window.showModalDialog ( "modal.html","#055",
"dialogWidth:6.5cm; dialogHeight:12cm;
dialogTop:0cm; dialogLeft:0cm; status:0" )
This feature requires Microsoft® Internet Explorer® 4.0 or later.
Show me
window
dialogLeft, dialogTop, dialogWidth