Possible Duplicate:
Iframe Height
Duplicate of http://stackoverflow.com/questions/934323/iframe-height
I am using Jquery to control the height of Iframe.
jQuery("iframe",top.document).contents().height();
It's working for Increment of Iframe. When Iframe height decrease its not working.It returns the old value only.
Anybody know why this is happening?
