window.opener.close() is not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • safeena sachu
    New Member
    • Mar 2012
    • 1

    window.opener.close() is not working

    window.opener.c lose() is working properly in IE7.But it is not working in mozilla firefox 11.0
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Please give more details including some code which demonstrates the problem.

    Comment

    • gits
      Recognized Expert Moderator Expert
      • May 2007
      • 5390

      #3
      in case window.opener is the main browser window it will not work since that would violate security-restrictions. guess you have some tabs and working in it - now you open another tab and that one closes your browser - it wouldn't just only be annoying - it could even lead to incomplete transactions in other apps etc.

      Comment

      Working...