Index: lams_tool_lamc/web/authoringMaincontent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/Attic/authoringMaincontent.jsp,v diff -u -r1.6 -r1.7 --- lams_tool_lamc/web/authoringMaincontent.jsp 14 Oct 2005 17:29:09 -0000 1.6 +++ lams_tool_lamc/web/authoringMaincontent.jsp 14 Oct 2005 18:47:09 -0000 1.7 @@ -150,7 +150,7 @@ size="50" maxlength="255"> - @@ -215,6 +215,7 @@ function removeQuestion(questionIndex) { document.forms[0].questionIndex.value=questionIndex; + alert(questionIndex); document.forms[0].submit(); }