How to get the url of the page which is currently loading i the iframe
        Posted  
        
            by Gayathri
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Gayathri
        
        
        
        Published on 2008-12-19T10:56:13Z
        Indexed on 
            2010/05/11
            6:04 UTC
        
        
        Read the original article
        Hit count: 245
        
ASP.NET
Hi,
I have an requirement that, in my application on clicking an button i have to laod one more application with the same template which i was using for my application.
So, on clicking the button in my application i have used one intermediate page in that using iframe i passed that URL of an external application. Its working fine.
But the problem is in the external applicatio which is not in my control on clicking an button it is moving to next page. In that page i want to hide an button.
I did that also using div tag color as white and set the positions.
But the problem is in all the pages in the same position that is affecting. So i want to get the url of the page which is loading in the iframe on the second or third click of an external application, so that i can using some conditions i can hide the control.
So please any one help me to get the solution for this problem
© Stack Overflow or respective owner