I have an iframe that has dynamic content. If the answers specific questions, additional information displays (hidden div becomes visible). I\'d like the height of the iframe
Check this one. You can get the iframe size using javascript itself. Using setInterval, check the window height each time.
< iframe src='' frameborder='0' scrolling='no' id='frame_id' style='overflow:hidden; width:984px;' >
Check this