I get answer to all my question, I can access a popup window even after refreshing it's parent or without having it's reference. You can see more dertail on my blog http://ektaraval.blogspot.com/2011/05/how-to-set-focus-to-child-window.html
Thanks Ekta
Thanks a lot vacunita for your reply. I am still searching on this seems like I almost get the solution as per my requirement, I will post it once tested properly...
I am having a web page which contain four links, each link open a popup window. I am using a common JavaScript function to open popup window, as given below
function OpenPopup(pageURL, title,w,h) {
var left = (screen.width/2)-(w/2);
var top = (screen.height/2)-(h/2);
var...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.