I want to unlock the document on web when user closed the window. The document gets locked when user clicks on the “Edit” button & gets unlocked when user saves the document.
Can’t rely on “unLoad” event for capturing window.close event as document gets unloaded several times while filling the form.
Want to capture the window.close event and unlock the document when user closes the document.
Any help would be appreciated.