how to add Loader in jsp page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to add Loader in jsp page?

Steps for showing loader while waiting for servlet to forward to next page...🙂

3rd Apr 2017, 2:35 AM
Sachln Gaikwad
Sachln Gaikwad - avatar
1 Answer
0
javascript will do the job with a onclick event on the link or button that make the call to your servlet. you can then use any kind of loader (css, JavaScript, HTML,gif) by displaying it. you can add opacity, disabled background div,etc,etc for better results.
3rd Apr 2017, 2:51 AM
Francois Groulx
Francois Groulx - avatar