My HTML:
<table>
<tr>
<td id="mainform">
<iframe id="ifSur"></iframe>
</td>
<td id="subform"></td>
</tr>
</table>
In iframe the 1.aspx
page will be loaded. So the height of subform
t
d must be the height of <form>
tag in 1.aspx
.