Hello all,
I need some help in trying to find out how much of a document is actually seen when an IE browser is started. I know how to get the browser window size, and I just need help getting the total document size.
Example, I my IE window is 600x600, I would like to know how big the total document size is... (if it is 600x800, then I know that I have 200 pixels below what I can see on my browser window)
Does anyone have an idea how to do this? I have tried using the IE.document.body.offset command, but I'm not exactly sure what this gives me.. If anyone has experience with this.. please respond. Thanks
I need some help in trying to find out how much of a document is actually seen when an IE browser is started. I know how to get the browser window size, and I just need help getting the total document size.
Example, I my IE window is 600x600, I would like to know how big the total document size is... (if it is 600x800, then I know that I have 200 pixels below what I can see on my browser window)
Does anyone have an idea how to do this? I have tried using the IE.document.body.offset command, but I'm not exactly sure what this gives me.. If anyone has experience with this.. please respond. Thanks