I have an html page(parent) that pops another page(child). I have no way of knowing or setting the name of the parent page.
From a button on the child page, I would like to be able to redirect the parent page to another page.
It seems like this can be done using opener.redirect('somePage.htm');
But I am having no luck with this.
Can this be done? Does anyone know how?
Thanks.
_t


Reply With Quote
Bookmarks