Try making the call to "self.close()" LAST, not first.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
> I have a pair of parent/child pages and use the following from the child page
> to refresh the parent page. But sometimes (most of the time) the parent page
[quoted text clipped - 9 lines]
> window.opener.location = 'Default.aspx?Reload=" + IDText.Text + "';
> }</script>");
John - 05 Oct 2007 21:16 GMT
Thank you very much, Peter. It works.
> Try making the call to "self.close()" LAST, not first.
> -- Peter
[quoted text clipped - 16 lines]
> > window.opener.location = 'Default.aspx?Reload=" + IDText.Text + "';
> > }</script>");