Are iframes a terrible idea?
        Posted  
        
            by jamtoday
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jamtoday
        
        
        
        Published on 2008-09-18T20:44:40Z
        Indexed on 
            2010/03/21
            8:21 UTC
        
        
        Read the original article
        Hit count: 554
        
I'm building a widget, and I've been using iframes to present content within it. At some point, I might start serving third party HTML and JS, so I thought iframes would be a good idea.
It does make the widget javascript a little more complicated, and I'm concerned that this might not be the best implementation.
Do you have any advice? It would be a huge help to hear what other people think about iframes.
© Stack Overflow or respective owner