Does Meta Refresh work during page load?
        Posted  
        
            by waquin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by waquin
        
        
        
        Published on 2010-03-02T02:36:52Z
        Indexed on 
            2010/03/19
            19:31 UTC
        
        
        Read the original article
        Hit count: 283
        
Page A has a meta refresh to redirect to another page, C, after a certain amount of time (time T).
From page A a link is clicked that takes a long time to load, longer than time T, and would eventually load another page; B.
Will the meta refresh on page A cause the page to be re-directed to C, or will the processing of the link override the meta refresh, eventually loading page B?
© Stack Overflow or respective owner