1. Launch the Parent.html 2. Handle the Alert on it 3. Click on the link to open the "ChildWindow" as a new window **4. Try to handle the Alert on the "ChildWindow"** ( program hangs ) Parent.html: alert("Parent Page alert"); Click To open New/Child window Child.html: alert("Child Page Alert"); This is from ChildPage.html