home *** CD-ROM | disk | FTP | other *** search
/ Organic Chemistry (8th Edition) / Image.iso / pc / edugen / media / html / loading.js < prev    next >
Text File  |  2000-07-21  |  343b  |  8 lines

  1. aNewWindow = window.open(curLocLoading, "LoadingWindow", "toolbar=0,menubar=0,location=0,status=0,resizable=0,scrollbars=0,width=150,height=100");
  2.  
  3. function closeLoadingWindow()
  4. {
  5.     aNewWindow = window.open("", "LoadingWindow", "toolbar=0,menubar=0,location=0,status=0,resizable=0,scrollbars=0,width=1,height=1");
  6.     aNewWindow.close();
  7. }
  8.