I am working on an application. I have opened a Window using
window.open()
Now after opening this window, the parent Page is getting Refreshed(Means Page Load is Happening).
Now , How can I set the Focus on the Child Window after the Page load of the Parent Page. Please Help.