asp.net and Ajax
        Posted  
        
            by Javier
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Javier
        
        
        
        Published on 2009-06-03T09:03:38Z
        Indexed on 
            2010/04/10
            15:03 UTC
        
        
        Read the original article
        Hit count: 383
        
Hi all I am using the following javascript code to refresh another page
window.opener.location.replace(url)
The problem is when entering the url, do not find the page as the page is located in the root and this calling code is placed in a page inside another folder. How do I specify the path to point to the root, which is where the page is located? I have try many things, but it does not work; //page.aspx, ../page.aspx, ~/page.aspx, page.aspx, /page.aspx....
Many thanks in advanced
© Stack Overflow or respective owner