Popup Window

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • CG

    #1

    Popup Window

    Hi,

    I have an ASP.NET application.

    On one of my pages I have a link to a popup. This popup
    has a link. When the user clicks this link my popup closes
    and another Popup is displayed.

    In this second Popup I want to redirect the user to a
    fifferent page in my application when the popup closes. Is
    this possible as another popup opened this second popup so
    I cannot use 'window.opener' .

    Any advice is much appreciated.

    Thanks,
    C
  • Marina

    #2
    Re: Popup Window

    When you open up the second pop up, maybe the first pop up can pass in its
    window.opener via some function on the second pop up. That way the second
    pop up would have a reference to the original window....

    "CG" <anonymous@disc ussions.microso ft.com> wrote in message
    news:03e901c396 f4$e5c18f00$a00 1280a@phx.gbl.. .[color=blue]
    > Hi,
    >
    > I have an ASP.NET application.
    >
    > On one of my pages I have a link to a popup. This popup
    > has a link. When the user clicks this link my popup closes
    > and another Popup is displayed.
    >
    > In this second Popup I want to redirect the user to a
    > fifferent page in my application when the popup closes. Is
    > this possible as another popup opened this second popup so
    > I cannot use 'window.opener' .
    >
    > Any advice is much appreciated.
    >
    > Thanks,
    > C[/color]


    Comment

    • Marina

      #3
      Re: Popup Window

      When you open up the second pop up, maybe the first pop up can pass in its
      window.opener via some function on the second pop up. That way the second
      pop up would have a reference to the original window....

      "CG" <anonymous@disc ussions.microso ft.com> wrote in message
      news:03e901c396 f4$e5c18f00$a00 1280a@phx.gbl.. .[color=blue]
      > Hi,
      >
      > I have an ASP.NET application.
      >
      > On one of my pages I have a link to a popup. This popup
      > has a link. When the user clicks this link my popup closes
      > and another Popup is displayed.
      >
      > In this second Popup I want to redirect the user to a
      > fifferent page in my application when the popup closes. Is
      > this possible as another popup opened this second popup so
      > I cannot use 'window.opener' .
      >
      > Any advice is much appreciated.
      >
      > Thanks,
      > C[/color]


      Comment

      Working...