| Author |
How to show page loading status using cursor?
|
Eswar Nec
Ranch Hand
Joined: May 02, 2010
Posts: 105
|
|
Hi,
I create application using jsp.
If i perform some action(Login), then go to the backend and perform some process and it will return some value.
Here this whole process will be taken some times.
Now that time i want to show processing status (wait status) in cursor.
That means after i press Login button , i want to show that loading status in cursor...
Similarly, If i do any action in page, then i need to show the loading status...That is, every action in my application show the loading status.
Help me about this..
Thanks in advance..
|
Wake up! Don't let your smile be snatched away by anybody!
Regards, Eswar
|
 |
vijin das
Ranch Hand
Joined: Jun 07, 2010
Posts: 129
|
|
Try using AJAX .... when you perform that action call ajax function to asynchrousily fetch data from server ...while the mean time change the cursor type using JavaScript(i think its possible) .... until you will get a ajax callback from server......
|
VIJINDAS
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56554
|
|
Please take the time to choose an appropriate forum for your posts. This forum is for questions on JSP. For more information, please click this link ⇒ CarefullyChooseOneForum.
This post has been moved to a more appropriate forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: How to show page loading status using cursor?
|
|
|