M
mg
The hyperlink code below causes a new page to popup above the main page,
where the code below runs.
<asp:HyperLink
id="HyperLink1"
runat="server"
NavigateUrl="http://www.microsoft.com"
Target="_new">
HyperLink
</asp:HyperLink>
How can I close the popup page using code that runs in the main page?
where the code below runs.
<asp:HyperLink
id="HyperLink1"
runat="server"
NavigateUrl="http://www.microsoft.com"
Target="_new">
HyperLink
</asp:HyperLink>
How can I close the popup page using code that runs in the main page?