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
  1. Home
  2. Web Development
  3. ASP.NET
  4. refresh opner window

refresh opner window

Scheduled Pinned Locked Moved ASP.NET
csharpasp-net
3 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.
  • M Offline
    M Offline
    mbbisht
    wrote on last edited by
    #1

    i have three pages in asp.net. 1.from first page(first.aspx) display second page (second.aspx) in newwindow using window.open() 2.then from second page(second.aspx) display third page(third.aspx) in newwindow using window.open() and close window 3.then from third page(third.aspx) close window and refresh first.aspx

    Mahendra

    G 1 Reply Last reply
    0
    • M mbbisht

      i have three pages in asp.net. 1.from first page(first.aspx) display second page (second.aspx) in newwindow using window.open() 2.then from second page(second.aspx) display third page(third.aspx) in newwindow using window.open() and close window 3.then from third page(third.aspx) close window and refresh first.aspx

      Mahendra

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

      As you close the second window, you have no way of reaching the first window from the third window. You have to get the reference to the first window, and pass it from the second window to the third window before you close the second window.

      --- b { font-weight: normal; }

      G 1 Reply Last reply
      0
      • G Guffa

        As you close the second window, you have no way of reaching the first window from the third window. You have to get the reference to the first window, and pass it from the second window to the third window before you close the second window.

        --- b { font-weight: normal; }

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

        mbsum wrote:

        i am not getting solution can u explain me if u have time thanks Mahendra

        After you have opened the third window, wait for it to load, so that you can get the value of window.opener from the second window to the third window. Perhaps you should run a script onload in the third window that stored the reference window.opener.opener and then closes the second window. -- modified at 2:31 Wednesday 9th August, 2006

        --- b { font-weight: normal; }

        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