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 @@ -?loadFile=lams_authoring.swf&loadLibrary=lams_authoring_library.swf&userID=&serverURL=<%=pathToRoot%>&build=<%=authoringClientVersion%>&lang=&country=&langDate=<%=languageDate%>&theme=&actColour=<%= actColour %>&uniqueID= +?loadFile=lams_authoring.swf&loadLibrary=lams_authoring_library.swf&userID=&serverURL=<%=pathToRoot%>&build=<%=authoringClientVersion%>&lang=&country=&langDate=<%=languageDate%>&theme=&actColour=<%= actColour %>&requestSrc=${requestSrc}&uniqueID= lams_preloader.swf lams_preloader