Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Buffcode18

    Cascading javascript parents/popups?

    Replaced that with window.open, is that right? Still nothing happening
  2. Buffcode18

    Cascading javascript parents/popups?

    I guess the next step is, what if the original window has been closed? I came up with this- function Redirect(url){ if (window.opener.opener.closed) { window.open.location = url; } else { window.opener.opener.location = url; } self.close(); } But if I close the top...
  3. Buffcode18

    Cascading javascript parents/popups?

    Wow that was all I needed, you're a life saver Dan! Thanks
  4. Buffcode18

    Cascading javascript parents/popups?

    Hi, Here's my situation. I have a web page which opens up a flash audio player in a popup using window.open. From the audio player, I have a button which opens another popup. What I want to do is put a link in this popup to close it and load another page back in the original web page...

Part and Inventory Search

Back
Top