home *** CD-ROM | disk | FTP | other *** search
- aNewWindow = window.open(curLocLoading, "LoadingWindow", "toolbar=0,menubar=0,location=0,status=0,resizable=0,scrollbars=0,width=150,height=100");
-
- function closeLoadingWindow()
- {
- aNewWindow = window.open("", "LoadingWindow", "toolbar=0,menubar=0,location=0,status=0,resizable=0,scrollbars=0,width=1,height=1");
- aNewWindow.close();
- }
-