Returns the height (in pixels) of the client area where the page is displayed.
// If there is not enough available size.
IF BrowserHeight() < 500 THEN
...
END
Syntax
<Result> = BrowserHeight()
<Result>: Integer
Height of client area in pixels.
Remarks
- This height includes the possible scrollbars.
- For a page displayed in an "iFrame" control, the returned height is the one corresponding to the dimension of the iFrame control.