Using document.documentElement.clientWidth and document.documentElement.clientHeight, I can determine the width and height of a browser page.
My next query is regarding the coordinates of the top left and top right corners of the client viewport. Is there any script available for this?
I am also looking to find the (X,Y) and b coordinates. Are there any scripts that can help with this?
Note - The coordinates (m,n) and (X,Y) are relative to the main Window Screen.