Hi, I'm working on a project where a user is going to click on a name in a list, some code will happen, and then some JavaScript will get a corresponding blob from a server and display it in a new text file. However, the time that the text file is both open and active also needs to be saved. I'm planning on using an ActiveXObject to display the data, but I haven't been able to find anything using either JavaScript or any other language that will be able to see when the user closes the text file or when the text file is active. For this part of the project, the text file is NOT supposed to be open in another web page. Does anyone know how this could be done? Thanks.


Reply With Quote

Bookmarks