| Author |
reload Window
|
Raja Islam
Ranch Hand
Joined: Dec 07, 2001
Posts: 74
|
|
|
i am opening a child window from parent window when i reload parent window from child window using opener.location.reload(); i lost focus from the child window is it possible to reload parent window without losing focus from child window?
|
 |
Yuriy Fuksenko
Ranch Hand
Joined: Feb 02, 2001
Posts: 413
|
|
|
do self.focus() after opener.location.reload();
|
 |
 |
|
|
subject: reload Window
|
|
|