| | Hi. I have a popup window that opens when I click submit in it's parent window. Hitting submit (above) also request a new file from the server, and this can take some time to finish loading since I'm dealing with uploading files. I have tried to attach an onstop event to either window, document, or body in order to run some function if user hit stop button in parent window (not popup). I have no luck with making that work.... so I thought I might be able to check, from popup, if the parent window still loads the new page.... and if not then just close it. If you know how I can detect when the user hit the stop button and then how to fire a function that would be great.. it would have to work crossbrowser though (IE, FF, NE, OP) if not .... then I need a workaround.. Regards |

