Child window focus lost in c#
        Posted  
        
            by jestges
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jestges
        
        
        
        Published on 2010-04-16T07:02:01Z
        Indexed on 
            2010/04/16
            7:03 UTC
        
        
        Read the original article
        Hit count: 294
        
Hi I've two aspx pages ie. page1 and page2. In my Page1 I've a button and in that button click event I try to open page2 (some thing like window.open(page2)) it is working fine.
Again I've another button in Page2. When I click Page2 button page1 getting focused. How to prevent this?
Any idea?
© Stack Overflow or respective owner