| Author |
need to stop loading indicator when a user hits browser stop button
|
Matt Kohanek
Village Idiot
Ranch Hand
Joined: Apr 04, 2009
Posts: 483
|
|
Hello
Right now I change the mouse by doing this when a button on my page is clicked.
I have the code in place to change the cursor back as needed for the most part. However, there is one case where I cannot stop the loading cursor indication - when the user hits the browser stop button
Is there a way to monitor this event, and take some action if it occurs?
|
True wisdom is in knowing you know nothing - Socrates
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
|
We probably need more details. I assume you've changed the wait curser because when you submit some sort of request, it takes a bit to process. But the user clicks the stop button and so the page never refreshes, which means your mouse never has a chance to be changed. Is that right?
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
Some older IEs support onstop, not sure if other browsers do.
Eric
|
 |
 |
|
|
subject: need to stop loading indicator when a user hits browser stop button
|
|
|