Forum Moderators: open
Problem is: I don't want to use scrollbars in my IFRAME, but since it's content is dependent on the search-results, the IFRAME needs to be dynamic all the time.
So now I'm trying to find a script that dynamically resizes the iframe.
Please help me out here :)
If you don't want to use that, you could use an invisible IFrame, and use it's onload event to write to the innerHTML property of a div on your page. This sort of approach would mean dynamic resizing was unnecessary (it would be done automatically).
Kaled.