Window.dialogHeight (Property)

The height of a modal or modeless dialog window.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:String primitive
JavaScript syntax:IEdialogHeight
IEmyWindow.dialogHeight

Dialog windows are a special kind of window supported by MSIE, principally to provide a more sophisticated alternative to an alert(), confirm() or prompt() dialog.

This property yields the height of such a dialog window which can be changed by assigning a value to this property from a script running in the window.

The value returned will be a value and a measurement unit in the same style as would be used with a CSS positioning style property. This means it will be a string and not a numeric value and will need to be parsed carefully.