Re: Unload Events not loading programs
Posted By:
Nitesh_Naveen
Posted On:
Monday, September 1, 2003 07:32 AM
I don't know how it even works on your local server. when you change the top.location you are moving on to another page and hence losing the control from the current page. So none of the following statements will work. probably you should open a new (small) window with this url, and in that page, once the processes are over, close the window. That may work.