Index: lams_central/web/author.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/author.jsp,v diff -u -r1.36 -r1.36.2.1 --- lams_central/web/author.jsp 20 Dec 2006 05:29:49 -0000 1.36 +++ lams_central/web/author.jsp 23 Feb 2007 03:36:45 -0000 1.36.2.1 @@ -91,6 +91,8 @@ closeWindow(); }else if(command == "openURL"){ openURL(args, "_blank"); + }else if(command == "openMonitorLesson") { + openMonitorLesson(args); } } @@ -235,6 +237,11 @@ } } +function openMonitorLesson(lessonID) { + window.opener.openMonitorLesson(lessonID); +} + + if(window.attachEvent) { window.attachEvent("onbeforeunload", myOnBeforeUnload); } else { window.onbeforeunload = myOnBeforeUnload; } @@ -245,7 +252,7 @@
-