I have a page that loops through a record set and loads data into iframes one after the other. I wanted to resize each iframe dynamically and i have tried most of the solutions listed on here, but my main problem is that most of them require call a getmysize function on the body onload event of the page that is going to be loaded into the iframe. My only problem with that is the page I am loading is created dynamically as well, so it can't correctly determine it's size on the onload event. So I saw a suggestion that said to try using object instead like below:
<object data="
http://www.toplinetesting.com/listings/index.php?action=listingview&listingID=34">
what is wrong with this, it doesn't display anything? Any way that I can find a solution to my problem will make me happy. Thanks
Start Free Trial