ajax-updateprogress在IE-7,8中不起作用 [英] ajax-updateprogress not working in IE-7,8

查看:47
本文介绍了ajax-updateprogress在IE-7,8中不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试显示动画gif文件,当aspx页面请求服务器时,它在updateprogress中很小....

Im trying to show animated gif file, a small in updateprogress one when aspx page is requesting server.... its working fine in

firefox,chrome,但无法在IE-7、8中实现.

firefox, chrome, but couldnt able to workit out in IE-7, 8.

有什么想法吗?

--------------------------------------------------- -------------------------------------------------- -----------------------------------------

------------------------------------------------------------------------------------------------------------------------------------------

代码:

< asp:UpdateProgress ID =" UpdateProgress1" runat =服务器" AssociatedUpdatePanelID ="UpdatePanel1">
< ProgressTemplate>

       < div style =" position:absolute;左:100px;顶:10px">
          < img src =" Images \ indicator.gif" alt ="/>
          正在联系服务器.....
      </div>

</ProgressTemplate>
</asp:UpdateProgress>
-------------------------------------------------- -------------------------------------------------- -----------------------------------

<asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="UpdatePanel1">
<ProgressTemplate>

        <div style="position:absolute; left: 100px;top:10px">
           <img src="Images\indicator.gif" alt = ""/>
            Contacting server.....
       </div>

</ProgressTemplate>
</asp:UpdateProgress>
---------------------------------------------------------------------------------------------------------------------------------------

推荐答案

在ASP.NET论坛中发布您的帖子

Make your post in the ASP.NET forums

 


这篇关于ajax-updateprogress在IE-7,8中不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆