Index: lams_tool_laqa/web/BasicContent.jsp =================================================================== diff -u -rb2c36bb0594be09d3c6ed7c13635a466a6c9b436 -ra482f3de574e2bf3b630812178ef2ceee1b849cf --- lams_tool_laqa/web/BasicContent.jsp (.../BasicContent.jsp) (revision b2c36bb0594be09d3c6ed7c13635a466a6c9b436) +++ lams_tool_laqa/web/BasicContent.jsp (.../BasicContent.jsp) (revision a482f3de574e2bf3b630812178ef2ceee1b849cf) @@ -13,20 +13,20 @@ : - - + : - - + @@ -40,8 +40,12 @@ ">   - + @@ -59,30 +63,23 @@ " value="" size="50" maxlength="255">   - + - + - + - -
- - - - -
- - - -
@@ -157,11 +154,12 @@ - function removeQuestion(formIndex, questionIndex) + function removeQuestion(questionIndex) { - document.forms[formIndex].questionIndex.value=questionIndex; - document.forms[formIndex].isRemoveQuestion.value='1'; - document.forms[formIndex].submit(); + document.QaAuthoringForm.questionIndex.value=questionIndex; + //document.QaAuthoringForm.isRemoveQuestion.value='1'; + submitMethod('removeQuestion'); + //document.forms[formIndex].submit(); }