Skip to content

Can't handle a child/new window's Alert on load #955

Open
@DeviPratik

Description

@DeviPratik
  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:

<script type="text/javascript"> alert("Parent Page alert"); </script> Click To open New/Child window

Child.html:

<script type="text/javascript"> alert("Child Page Alert"); </script>

This is from ChildPage.html

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions