-
-
-
+
+
Index: lams_tool_sbmt/web/learner/notebook.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/learner/notebook.jsp,v diff -u -r1.8 -r1.9 --- lams_tool_sbmt/web/learner/notebook.jsp 8 Jun 2007 01:40:14 -0000 1.8 +++ lams_tool_sbmt/web/learner/notebook.jsp 1 Mar 2009 01:46:24 -0000 1.9 @@ -11,14 +11,18 @@ function disableFinishButton() { document.getElementById("finishButton").disabled = true; } + function submitForm(methodName){ + var f = document.getElementById('messageForm'); + f.submit(); + }