我有一个用 .ascx 和登录按钮编写的代码。在浏览器进入用户页面之前如何显示 loading.gif?这是登录按钮代码:
<div class="login">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:Button ID="btnlogin" runat="server" Text="Log In" border="0"
style="width:47px; height:20px;Background-color:#24b1d7; float:right; text-align:center; cursor:pointer; font-family:'Lucida Grande',Tahoma,Verdana,Arial,sans-serif; border:0px; color:#FFFFFF; font-weight:bold; font-size:11px; padding: 1px 0 2px; line-height:0px;" />
</ContentTemplate>
</asp:UpdatePanel>