IFrameElement.clientTop Property
SharePoint Designer Developer Reference |
Returns a Long that represents the distance in pixels between the offsetTop property and the true top of the client area of an IFRAME element.
Syntax
expression.clientTop
expression Required. A variable that represents an IFrameElement object.
See Also