Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

Javascript - Open a child window from child window

  • 07-04-2007 02: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, Registered Users 2 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
Advertisement