Redirect the parent page from IFrame.
        Posted  
        
            by Waheed
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Waheed
        
        
        
        Published on 2010-01-19T09:03:46Z
        Indexed on 
            2010/05/09
            17:28 UTC
        
        
        Read the original article
        Hit count: 356
        
I am using an IFrame, and from this IFrame I want to redirect to another page.
Please tell me how to do this without any JavaScript, ie, no window.location.
Response.Redirect shows the page in the IFrame, but I want to show page as a main page.
© Stack Overflow or respective owner