Hi
Is there a property or any other feature in either javascript/DOM where i can find out the height and width of the document being loaded?
The page is coming up from server side and i want to find out its height and width and use it for some other calculation as soon as the page loads.
I tried document.offsetWidth but that didnt work.
Badrinath Chebbi
Is there a property or any other feature in either javascript/DOM where i can find out the height and width of the document being loaded?
The page is coming up from server side and i want to find out its height and width and use it for some other calculation as soon as the page loads.
I tried document.offsetWidth but that didnt work.
Badrinath Chebbi