Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: Dynamic Floating Tool Tips, October 21, 2000 at 04:48:13:

You are here: irt.org | About | Feedback | 1897 [ previous next ]

Feedback on:
Dynamic Floating Tool Tips

Sent by
. . . s k i n on October 21, 2000 at 04:48:13:

Comments:
About Document height:

http://developer.irt.org/script/1400.htm

What i need is a way to measure the height of the entire document, thus all that is visible + all that is not visible (ie the part which is hidden because it does not fit; the part where you have to scroll down to).

I tried:

// * undefined alert(document.body.document.height);
// * undefined alert(document.body.height);
// * undefined alert(document.body.innerHeight);
// * undefined alert(document.height);
// * VALUE alert(document.body.offsetHeight);
// * alert(document.body.scrollHeight);
// * undefined alert(document.body.all.scrollHeight);
// * VALUE alert(document.body.clientHeight);

And a couple of other combinations, but none of them returns the value i need. Do you know how to get the total height of the page?

tnx,

. . . s k i n


Other feedback on 'Dynamic Floating Tool Tips' - show all

©2018 Martin Webb