﻿function resizeFrameSize() 
{
    parent.resizeIFrame(document.getElementById('divFrameArea').offsetHeight);
}

function resizeIFrame(iframeHeightSize) 
{
    document.getElementById('objFrame').height= iframeHeightSize;
}