Dynamically Add iFrame to a Page?
        Posted  
        
            by DaveDev
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by DaveDev
        
        
        
        Published on 2010-05-20T10:09:39Z
        Indexed on 
            2010/05/20
            10:10 UTC
        
        
        Read the original article
        Hit count: 207
        
I need to generate a composite page made up of other pages in our system.
Is it possible for me to dynamically add iFrames to a page, each with its own src pointing to different URLs which are determined on the fly? If so, is there a preferred method to this?
Otherwise I need to refactor the other pages into user controls so I can add them as needed.
© Stack Overflow or respective owner