1

我试图在我的 jsp 上模拟一个进度条。我在 div 标签中包含了一个 gif 文件,该文件在最初加载页面时不显示。

我想在用户提交页面时显示 gif 文件。在提交巨大的数据库活动在后台运行。

我面临的 gif 文件的问题失去了动画效果。

请帮帮我。

<div id="progress" style="display: none">
<table>
    <tr>
        <td colspan="2" align="center">Please do not refresh or hit
        back button while processing</td>
    </tr>
    <tr>
        <td colspan="2" align="center">Please wait while importing....</td>
    </tr>
    <tr>
        <td colspan="2" align="center"><IMG
        SRC="${outputBean.contextRoot}/images/greenLoader.gif" WIDTH="265"
            HEIGHT="15" BORDER="0" ALT="" id="progress"></td>
    </tr>
</table>
</div>
4

0 回答 0