I need to perform some DB operation when Browser Close or Tab Close button is clicked.
If I use onbeforeunload event then its working but the problem is when I clicked Browser Reload button the event is also firing.
So how to identify which browser button is clicked and how to perform this operation.
Rakesh TripathyPosted Oct 29, 2018, 11:47 PM
Suraj KumarPosted Oct 29, 2018, 11:35 PM