IFrameControl.setHeight

Sets the IFrame height, and is equivalent to the CSS height property and any valid value for this CSS property can be used. Setting this property to null removes any existing value.

Examples:

 controls.IFRAME1.height = "50px";
 controls.IFRAME1.setHeight("100px");
 

Parameters

java.lang.String  height,