|
|
|
start date: Fri, 3 Aug 2007 13:04:01 -0700,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
mavrick101
|
|
2
Manish Bafna
|
Problem when refreshing Parent Window
Hi,
I have a page which has some custom controls. The page works fine and
doesn't break on any number of refreshes.
There is button on the page, that starts a new child window. After doing any
thing or nothing, when the user clicks the 'close' button I want to refresh
the parent window. It works a few times than the parent window goes into a
'kind of indefinite looop'
I'm clueless as whats going on.
Any help!!!
Date:Fri, 3 Aug 2007 13:04:01 -0700
Author:
|
RE: Problem when refreshing Parent Window
Hi,
Try this code to refresh the parent window from the popup(you can include
this code in the popup in the appropriate location ,most probably in close
button of pop-up window)
window.opener.location.reload()
--
Hope this helps.
Thanks and Regards.
Manish Bafna.
MCP and MCTS.
"mavrick101" wrote:
> Hi,
>
> I have a page which has some custom controls. The page works fine and
> doesn't break on any number of refreshes.
>
> There is button on the page, that starts a new child window. After doing any
> thing or nothing, when the user clicks the 'close' button I want to refresh
> the parent window. It works a few times than the parent window goes into a
> 'kind of indefinite looop'
>
> I'm clueless as whats going on.
>
> Any help!!!
Date:Sat, 4 Aug 2007 08:44:01 -0700
Author:
|
|
|