Can I make an iframe the same height as the content, so the scroll bar isn't needed?
Printable View
Can I make an iframe the same height as the content, so the scroll bar isn't needed?
have u tried?
If you dont know the size of the page you could try looking into window.opener. But im not great at javascript i think Acidic is ask him about it.Code:<iframe src="file.htm" style="width:100px;height:75px;"></iframe>
Hope it helps, a little? :lol:
I was after a dynamic thing because the size of the iframe would depend on the content which changes quite a lot.
I found a javascript from dynamic drive though, seems to do the trick.