how can i resize my iframe to 100% height?
=> AP.resize(‘100%’,100%’) this does not work for the height value of course
i would like to have the iframe as big as possible, that there is no unused space and no scroll bars applied. therefore i need to know the height of my parent window. but this value is not accessible due to same origin policy.
- is there a way to obtain the parent window hight or
- is there a way to resize the parent window to maximum height: AP.resize(width, ‘100%’)?