zwei1121

博客园 首页 新随笔 联系 订阅 管理
<asp:UpdateProgress ID="UpdateProgress1" runat="server">
            <ProgressTemplate>
                <div id="doing" style="z-index: 12000; left: 0px; cursor: wait; position: absolute;
                    top: 0px;">
                    <table>
                        <tr align="center" valign="middle">
                            <td>
                                <table bgcolor="lightgrey" style="filter: Alpha(Opacity=75); width: 1124px; height: 868px">
                                    <tr align="center" valign="middle">
                                        <td>
                                            <img src="http://images.cnblogs.com/loadingAnimation.gif" />
                                            正在运行....请稍候.
                                        </td>
                                    </tr>
                                </table>
                            </td>
                        </tr>
                    </table>
                </div>
            </ProgressTemplate>
        </asp:UpdateProgress>
posted on 2009-09-10 15:03  zwei  阅读(182)  评论(0编辑  收藏  举报