Unload Event can be triggered both by Refresh action and Window Close action. is there a way to distinguish which action that actually trigger it? In my situation, i want to ignore the Refresh action. Could you please give me some insight what the work around is?
I noticed that there is already this sort of question asked, but it seems to they are all unresolved. Therefore i came up this question again and hopefully some intelligent guy can solve this problem.
Unload Event can be triggered both by Refresh action and Window Close action. is there a way to distinguish which action that actually trigger it? In my situation, i want to ignore the Refresh action. Could you please give me some insight what the work around is?
I noticed that there is already this sort of question asked, but it seems to they are all unresolved. Therefore i came up this question again and hopefully some intelligent guy can solve this problem.
Share Improve this question edited May 23, 2017 at 10:24 CommunityBot 11 silver badge asked Jun 25, 2010 at 5:33 didxgadidxga 6,1455 gold badges45 silver badges60 bronze badges 01 Answer
Reset to default 8I do not believe the browser can distinguish between the two events.
Both are an unload
event, and both will call any unload
function that you have made.