<iframe id="frame1" name="frame1" width="200" height="600" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://localhost/Widget/"></iframe>
I want to find the height of this iframe from the page http://localhost/Widget/
using JavaScript.
Is there any way to do so? Thanks in advance.