Determine if aspx page was opened with window.open () command
Is there a way to define in the code of the child page behind which was opened by the window.open () javascript command from the parent page?
The popup page contains a custom control that is used by other pages that are not generated from the window.open () command, and I want to dynamically add functionality to close the page after the user has completed their task in the child page.
This is ASP.NET C # 3.5 application.
+1
source to share
5 answers