简体   繁体   English

如何在页面之间移动时显示加载

[英]How to show loading while moving between pages

I would like to have in my jsp when the user clicks on the submit button, a loading message or an image is shown while moving between the pages. 当用户单击提交按钮,在页面之间移动时显示加载消息或图像时,我希望在jsp中使用它。 So, how can I do that? 那么,我该怎么做呢?

I tried to use some javascripts, but I did not success. 我尝试使用一些JavaScript,但未成功。 Thanx 谢谢

If it is a complete page change, the loading indicator is already here in every browser . 如果是完整的页面更改, 则每个浏览器中都已在其中显示加载指示器

If you update only a part of a page through AJAX, you may use AJAX progress indicator . 如果您通过AJAX仅更新页面的一部分,则可以使用AJAX进度指示器 According to the JavaScript framework you use, implementations may be different , so see the documentation or complete your question by specifying the framework you use. 根据您使用的JavaScript框架, 实现可能有所不同 ,因此请参阅文档或通过指定所使用的框架来完善您的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM