Index: lams_central/web/authoringConfirm.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/authoringConfirm.jsp,v diff -u -r1.18 -r1.19 --- lams_central/web/authoringConfirm.jsp 6 Sep 2011 01:14:45 -0000 1.18 +++ lams_central/web/authoringConfirm.jsp 3 May 2012 10:27:08 -0000 1.19 @@ -20,7 +20,7 @@ if (notifyCloseURL == ""){ refreshParentMonitoringWindow(); } else { - if (window.parent.opener == null){ + if (window.parent.opener == null || '${param.noopener}' == 'true' || notifyCloseURL.indexOf('noopener=true') >= 0){ window.location.href = notifyCloseURL; } else { window.parent.opener.location.href = notifyCloseURL;