getClientSize
Gets the data on the width and height of the client part of browser.
Syntax
getClientSize = function();
Parameters
Returned value
- functions: dimensions of the browser window
Notes
- The resulting structure TCSPoint contains the width in the X field and height in the Y field.
Examples
var dim = getClientSize();