UncleScooby
Programmer
How does javascript distinguish between which is the parent window and which is a pop up window ? If I have a parent window and a pop up window (spawned from the parent) open but then navigate to another page on the parent window this looses the relationship between the pop up window. i.e. if I try new_window_focus is doesn't pass focus back to the pop up window anymore. Whats the best way around this ?!?
Any info appreciated.