iframe dynamic height adjust
I am trying to adjust the heig开发者_JAVA技巧ht of the iframe when a user checks an input box (the checked input box expands a list). I can not use ajax as a solution. This has to be done from the iframe and not the parent.
Within the iframe, you can call a function on the page hosting the iframe:
parent.adjustIFrameHeight();
精彩评论