0
how to add Loader in jsp page?
Steps for showing loader while waiting for servlet to forward to next page...🙂
1 ответ
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.