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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Javascript - Open a child window from child window

  • 07-04-2007 1: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