期望不提交表单,但是除了提交按钮之外的链接按钮或其他按钮执行提交表单
无论我使用onclientclick,使用onclick事件对window.open使用javascript时都没有响应
<asp:LinkButton ID="StartApplicationLink" Text="Start your application" runat="server"
TabIndex="7" OnClientClick="window.open('http://www.hello.com/register.aspx','_top','Asia - Registration');" class="button btn-red"/>