Hii mailtobsk!!
1>on child window try
if(opener.document.all!=null||opener.document.all! ='undefined')
{
//opener page is loaded sucessfully
//reloade the page by child window.
}
2>only IE support document.all
before to reload the parent page,put the hidden field in parent page, that will be true on sucessfully loaded of parent page.
Now from child window check if that value exist ,if exist then only reload the parent page ,otherwise wait for parent page to load completely.Set the timer for this.
You have have any other approach then let me know
Hope this will help you
Cheers :)
vinod
|