majorbroncosfan
Programmer
I am utilizing an active server page to be able to dynamically create certain image files when the user performs a certain action. I have successfully created a delete function in COM+ to be able to effectively delete the file from the web server, but can't figure out how to perform this action when the user leaves the page. I tried the onUnload event in the BODY section, but it only deletes the image prior to the page loading.