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