problem when opening new window in asp.net application, new window didnt show anything
        Posted  
        
            by Ashian
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ashian
        
        
        
        Published on 2010-06-18T05:50:16Z
        Indexed on 
            2010/06/18
            5:53 UTC
        
        
        Read the original article
        Hit count: 300
        
JavaScript
|asp.net-ajax
Hello I have an asp.net application which I used some Ajax method. in some cases I open an new window ( Full Screen ) and users must work on it. the problem is , some users report me that some times new window was blank and didnt show any content , in status bar just write connecting .... and nothing else.
Just when customers closed all opening browser and open again , they can view pages. this happend when users work for a while and click open new window links before the page loaded compeletly.
how can I fix this problem?
regards
© Stack Overflow or respective owner