Index: lams_monitoring/web/monitorLesson.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/Attic/monitorLesson.jsp,v diff -u -r1.13 -r1.14 --- lams_monitoring/web/monitorLesson.jsp 1 Nov 2006 05:54:54 -0000 1.13 +++ lams_monitoring/web/monitorLesson.jsp 21 Dec 2006 04:49:47 -0000 1.14 @@ -49,6 +49,8 @@ closeWindow(); }else if(command == "openURL"){ openURL(args); + }else if(command == "closeWindowRefresh") { + closeWindowRefresh(); } } @@ -101,6 +103,11 @@ } } + function closeWindowRefresh() { + window.opener.location.reload(); + closeWindow(); + } + function openURL(args){ window.open(args, "_blank"); }