Catzie.net Blog
Programming, Networking, and other Downloads by Catzie
 

Inline Frame that automatically adjusts its height for the source page


Last year, I was working on our MULPROJ layout, and the type of layout I was making needed an iframe whose height is auto resized according to the source page’s content. This means that there should be no vertical scrollbar in the iframe, it simply adjusts itself vertically.

I thought that it wasn’t possible to do this but I found a JavaScript code that can do the trick, and I just want to share it with you. ;)

Continue reading »