Index: lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp,v diff -u -r1.7 -r1.8 --- lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp 18 Jan 2006 16:07:26 -0000 1.7 +++ lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp 19 Jan 2006 12:28:02 -0000 1.8 @@ -36,6 +36,12 @@ document.McMonitoringForm.submit(); } + function submitMethod(actionMethod) + { + submitMonitoringMethod(actionMethod); + } + + function submitSession(selectedToolSessionId, actionMethod) { document.McMonitoringForm.selectedToolSessionId.value=selectedToolSessionId; submitMonitoringMethod(actionMethod); @@ -51,8 +57,28 @@ -
+ +<%-- chooses which tab to highlight --%> +