Connecting Tech Pros Worldwide Forums | Help | Site Map

Problem when refreshing Parent Window

=?Utf-8?B?bWF2cmljazEwMQ==?=
Guest
 
Posts: n/a
#1: Aug 3 '07
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!!!

=?Utf-8?B?TWFuaXNoIEJhZm5h?=
Guest
 
Posts: n/a
#2: Aug 4 '07

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:
Quote:
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!!!
Closed Thread