Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Javascript - Open a child window from child window

Options
  • 07-04-2007 2:21pm
    #1
    Closed Accounts Posts: 2,349 ✭✭✭


    Quick question -

    I have a page that uses window.open() to open a child window. In this child window there is a link that uses window.open() to open another child window.

    In all of the browsers (IE,Firefox,Opera), I can't get it to open the child's child (grandchild :)) window. It just opens in the same window, which wouldn't be a problem but for the fact that the grandchild communicates with the child.

    Maybe this should be in the genealogy forum.


Comments

  • Registered Users Posts: 1,127 ✭✭✭smcelhinney


    Id say you're naming the window the same..

    window.open(url, windowname, properties).

    If windowname is the same in both links, then thats what would cause it..


Advertisement