aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes How to show page loading status using cursor? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "How to show page loading status using cursor?" Watch "How to show page loading status using cursor?" New topic
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
    
  14

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]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to show page loading status using cursor?
 
Similar Threads
Mouse Cursor for JEditorPane
How can i use Session in login page
Paint in Swing
action mapping
Resetting response in action class