closing browser windows

wxdqz

New Member
Folks:

I am working on a WEB application that opens several
child windows during a session. The JavaScript I have
written tracks the windows that are opened and walks
the list during logout calling windowref.close() on each.

Some of the windows do not close properly leaving the
application in a goofy state. Is there a JavaScript
call that I can make that will close all windows associated
with a given HTTP session?

Thanks in advance
Barry
 
Back
Top