Hi, I only worry about and work with IE, but I just did a search for doing the same in Netscape, and came accross the following. It still works with IE, but I haven't checked it with Netsccape...
firstwindow = window.self;
firstwindow.opener = window.self;
firstwindow.close();
It said...