My object is to remove the scrollbars of an iframe for cross domain servers, which I don't have access to.
- Page A has an iframe which displays contents of an external server
- The content is not fixed, its height changes with time so I can not fix the height, it has to be dynamic.
- It has to be handled with JavaScript. I have a list of objects corresponding to the users selection. When a different selection is made, different content types are shown.
I have tried to a solution with postMessage
, but it does not solve the problem as I don't have access to the server. I was thinking more of a view, which resizes the iframe when the page is loaded.