In my Document I have a Iframe initially with a height of 700px This Iframe contains a complex form, with different Selectboxes and Inputfields etc.
For example a Selectbox contains number of Inputfield to be displayed in Iframe. initially the value is 0, and If I change the number of inputfields by Selecting a Different value from Selectbox e.g. If I select 10 then 10 input fields will be added to Iframe. as the height of iframe is fixed that why my Iframe will be a scrollbar
But this behaviour I don't need. I want to dynamically adjust the Iframe's height.