asp.net.ph

Skip Navigation Links

dialogHeight Property

window Properties   Object Properties Summary


Sets or retrieves the height of the dialog window.

Syntax


HTML N/A
Script window.dialogHeight [ = iHeight ]

Possible Values


iHeight Integer specifying the height in ems.

The property is read/write with no default value.

Remarks

This property applies only to windows created using the showModalDialog method.

Example

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 

Applies To

window

See Also

dialogLeft, dialogTop, dialogWidth



>

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note