Can I somehow find out if user abort document downloading ? I think, I can somehow use onabort event, but i don't how, because onabort is only for images. Thanks for help.
Asked
Active
Viewed 34 times
1
-
1What do you mean by 'user abort document downloading', do you mean 'clicking on the cancel button (or similar) on a download you gave the user? – Benjamin Gruenbaum Jul 05 '13 at 12:35
-
1onabort isn't part of any standard and IE only supports it for images. – j08691 Jul 05 '13 at 12:39
-
I mean clicking on the cancel button. – stepanVich Jul 05 '13 at 13:30