Hi All
Has anyone dealt with this before Im struggling to find a solution.
Basically I have a page within an IFrame. I dont want the iframe to scroll but want to see the whole page below.
So I need to resize the height of the iframe according to the content that is within the document of the frame. Ive tried to use...
Code:
document.documentElement['offsetHeight']
etc.
but always turns out to be the current height of the iframe? Can anyone help?
Cheers