简体   繁体   中英

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. So, how can I do that?

I tried to use some javascripts, but I did not success. 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 . 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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