Say we have a form that loads in an iframe on another site. Now There is a new version of it and has to match the same height as the previous form in order to fit perfectly on the sites where it was loaded.
How can you check, even using JavaScript, how much the height of your web page is? then I can check for both and compare. Like the number of vertical pixels your page has.
Edit
Ignore the iframe, just looking for the height of current html document, that's it.