Open
Description
- Launch the Parent.html
- Handle the Alert on it
- 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:
<script type="text/javascript"> alert("Parent Page alert"); </script> Click To open New/Child windowChild.html:
<script type="text/javascript"> alert("Child Page Alert"); </script>This is from ChildPage.html