I have index.html page as main page for my webside. All remaining pages are inside iframe of index.html page. How do i get to know in which page i am working when i open on browser. Because url is giving only index.html 
            Asked
            
        
        
            Active
            
        
            Viewed 28 times
        
    0
            
            
         
    
    
        VLAZ
        
- 26,331
- 9
- 49
- 67
 
    
    
        Gurpal Mann
        
- 11
- 1
- 
                    I think something similar was described here: https://stackoverflow.com/a/938195/7698162 – Simon Jan May 23 '20 at 07:51
- 
                    2Does this answer your question? [Get current URL from IFRAME](https://stackoverflow.com/questions/938180/get-current-url-from-iframe) – Alpha75 May 23 '20 at 10:49
- 
                    Thanks i got this answer.. – Gurpal Mann May 24 '20 at 11:49