Index: lams_central/web/author.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/author.jsp,v diff -u -r1.33 -r1.34 --- lams_central/web/author.jsp 13 Dec 2006 01:16:07 -0000 1.33 +++ lams_central/web/author.jsp 13 Dec 2006 04:54:06 -0000 1.34 @@ -186,6 +186,13 @@ } function closeWindow(){ + // refresh the parent window + var parentURL = "${notifyCloseURL}"; + + if (parentURL != "") { + window.parent.opener.location.href = parentURL; + } + if(isInternetExplorer) { this.focus(); window.opener = this; @@ -236,7 +243,7 @@
-