Home › Forums › JavaScript › Do Something when User Forcing to Stop the Browser Loading › Re: Do Something when User Forcing to Stop the Browser Loading
January 5, 2013 at 10:23 pm
#119962
Participant
try {
//... Code you want to run...
} catch (the error you want to catch) {
//... Do this stuff instead...
}