Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. Closing all child window swhen parent window is closed using Javascript

Closing all child window swhen parent window is closed using Javascript

Scheduled Pinned Locked Moved Web Development
javascriptquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Phanindra Kumar
    wrote on last edited by
    #1

    Hi, I have a window from which I can open mutiple child windows. This child window in turn can open another window.Now I need to close all the child windows automatically when parent window is closed. How can i achieve this. Thanks in Advance

    Phanindra...

    G 1 Reply Last reply
    0
    • P Phanindra Kumar

      Hi, I have a window from which I can open mutiple child windows. This child window in turn can open another window.Now I need to close all the child windows automatically when parent window is closed. How can i achieve this. Thanks in Advance

      Phanindra...

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      Keep a record in every page of the windows that has been opened, and in the onunload event close all those windows. When you close a child window, the onunload event will be triggered in that window, and it will close all it's child windows.

      --- single minded; short sighted; long gone;

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups