Index: lams_tool_laqa/web/BasicContent.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/Attic/BasicContent.jsp,v
diff -u -r1.10 -r1.11
--- lams_tool_laqa/web/BasicContent.jsp 29 Nov 2005 05:48:03 -0000 1.10
+++ lams_tool_laqa/web/BasicContent.jsp 15 Dec 2005 08:02:52 -0000 1.11
@@ -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();
}