aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes reload  Window Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "reload  Window" Watch "reload  Window" New topic
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();
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: reload Window
 
Similar Threads
Passing values from child to parent window
Safari browsers focus property
Child window reload problem
close child Window and reload parent window
Popup window not working