-
+
+
+
Index: lams_tool_lamc/web/learning/AnswersContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/learning/AnswersContent.jsp,v diff -u -r1.28 -r1.29 --- lams_tool_lamc/web/learning/AnswersContent.jsp 28 Nov 2006 21:28:30 -0000 1.28 +++ lams_tool_lamc/web/learning/AnswersContent.jsp 5 Dec 2006 03:02:23 -0000 1.29 @@ -65,13 +65,20 @@ return (true); } + function disableContinueButton() { + var elem = document.getElementById("continueButton"); + if (elem != null) { + elem.disabled = true; + } + } +