I am opening doc from a aspx page using:
doc.Save("output.doc",SaveFormat.Doc, Aspose.Words.SaveType.OpenInBrowser, this.Response);
Now I need to capture the close event when user closes this browser by clicking the cross button at the corner of the browser.
Help.