Index: lams_central/web/toolcontent/exportloading.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/toolcontent/exportloading.jsp,v diff -u -r1.3 -r1.4 --- lams_central/web/toolcontent/exportloading.jsp 22 Jun 2006 07:11:58 -0000 1.3 +++ lams_central/web/toolcontent/exportloading.jsp 22 Jun 2006 07:27:13 -0000 1.4 @@ -16,6 +16,9 @@ function download(){ location.href=""; } + function closeWin(){ + window.close(); + }