hi all,


when i refresh the parent window then the child winodw should be closed using javascript and html.

Thanks& Regards,
swap.

Recommended Answers

All 2 Replies

hi all,


when i refresh the parent window then the child winodw should be closed using javascript,php and html.

Thanks& Regards,
swap.

You can use window.opener.location.reload(); in the popup to reload your parent window. You can use window.close() to close the popup.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.