It seems your attaching the progressListener to the current window and
want to watch event in a new window ("win.open()" at the end...)

Try something like registering listener for all windows and comparing
your target to aProgress.DOMWindow, or registering your listener on
the window's onload event. After that you might need to check if the
status is 0 before using the event in listener...
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to