Hi folks,
Have been trying to figure out a solution for the following problem by
reading lots of threads here, but doesn't work out. Hope someone can
help me.
I have a parent window which opens a popup window (child). What i
would like to do, is to be abke to keep surfing to other pages in the
parent and after (lets say) a couple of new pages, still be able to
say "child.setFocus ()";
The solutions i found here for setting focus on childs, all have to do
with:
var NAME = window.open.... ..
NAME.setFocus.. ..
But after refreshing the parent, i won't have the ability to call NAME
anymore or do i? Is there a way to call a child by using it's window
name, the one you give it when using window.open?
tnx in advance, Ben
Have been trying to figure out a solution for the following problem by
reading lots of threads here, but doesn't work out. Hope someone can
help me.
I have a parent window which opens a popup window (child). What i
would like to do, is to be abke to keep surfing to other pages in the
parent and after (lets say) a couple of new pages, still be able to
say "child.setFocus ()";
The solutions i found here for setting focus on childs, all have to do
with:
var NAME = window.open.... ..
NAME.setFocus.. ..
But after refreshing the parent, i won't have the ability to call NAME
anymore or do i? Is there a way to call a child by using it's window
name, the one you give it when using window.open?
tnx in advance, Ben
Comment