Within an iFrame, we need to get the parent's window/document height.
Is there a way to get this using jQuery?
I know we can use $(document).height() to get a page's height. I just can't figure out how to get the parent's value from within the iFrame.
Please help!