按钮单击关闭弹出窗口

按钮单击关闭弹出窗口

本文介绍了如何使用按钮单击关闭弹出窗口?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

先生,

告诉我使用asp.net c#中的按钮单击关闭弹出窗口的步骤。请给我解决这个问题的解决方案。

Hi sir,
Tell me the steps to close the popup window using the button click in asp.net c#. Kindly give me the solution for
this problem.

推荐答案



<asp:button id="btnid" runat="server" onclientclick="window.close();" xmlns:asp="#unknown" />


这篇关于如何使用按钮单击关闭弹出窗口?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-13 18:18