@@ -92,7 +93,6 @@
name=optionCheckBox-
onclick="javascript:document.forms[0].optionCheckBoxSelected.value=1;
document.forms[0].questionIndex.value=;
- document.forms[0].optionValue.value='';
if (this.checked == 1)
{
@@ -125,8 +125,9 @@
name=optionCheckBox-
onclick="javascript:document.forms[0].optionCheckBoxSelected.value=1;
document.forms[0].questionIndex.value=;
- document.forms[0].optionValue.value='';
+
+
if (this.checked == 1)
{
document.forms[0].checked.value=true;
|