Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Do Something when User Forcing to Stop the Browser Loading Re: Do Something when User Forcing to Stop the Browser Loading

#119962
JohnMotylJr
Participant
try {
//... Code you want to run...
} catch (the error you want to catch) {
//... Do this stuff instead...
}