我正在尝试打开onClientclick
asp:Button的粗框事件,问题是粗框出现一秒钟,然后突然消失(页面加载完成时消失非常具体),如何实现?
这是我的代码:
<asp:Button ID="btnAddNew" runat="server" Text="Add New" CssClass="button" ToolTip="Add New"
OnClientClick="javascript:tb_show('','~/Forms/MyPage.aspx?KeepThis=true&TB_iframe=true&height=500&width=1000')" />