Hey,
I want to use an iframe to load another web site on my page. But, I only want one scroll bar on my page. The issue is that if I disable the scrolling on an iframe, you might miss some of the content on that page.
I want to get the height and width of a web page and then resize the iframe to match this height and width so that it would require no scrolling.
I can do this for pages on my end, but how do I access a different web page and then calculate its width and height?