por favor Ayuda... ambos el textarea y el input aparecen deshabilitado pero cuando escogo una de las occiones del select permanece activa todo el tiempo el textarea... Miren hagan la pruba gracias!
----------------------------------------------
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin título</title>
</head>
<body>
<form name="form1" method="post">
<table width="439" border="0" align="center">
<tr>
<td width="452" class="Estilo1" scope="col"><div align="left">7. ¿Conoce cuantos grupos indígenas hay en Venezuela?</div></td>
</tr>
<script>
function setVal_5(obj)
{
if(obj.selectedIndex==0)
{
document.getElementById('activarmenu_5').disabled= true;
obj.form.selectText.value_5="";
}
else
{
document.getElementById('activarmenu_5').disabled= false;
document.getElementById('activarmenu_6').disabled= false;
obj.form.selectText.value_5="";
}
}
</script>
<tr>
<th scope="col"><div align="left">
<select onchange="setVal_5(this)" name="select2" class="Estilo1">
<option value="1">No</option>
<option value="2">Si</option>
</select>
</div></th>
</tr>
<tr>
<th scope="col"> </th>
</tr>
<tr>
<td class="Estilo20" scope="col">¿Cuantos?</td>
</tr>
<tr>
<td align="left" valign="middle" class="Estilo6" scope="row"><input name="textfield" type="text" disabled="disabled" class="Estilo20" id="activarmenu_5"/></td>
</tr>
<tr>
<th align="left" scope="row"> </th>
</tr>
<tr>
<td align="left" valign="middle" class="Estilo20" scope="row">Nombre algunos</td>
</tr>
<tr>
<td align="left" valign="bottom" class="Estilo6" scope="row"><label>
<textarea id="activarmenu_6" disabled="disabled" name="textarea2" cols="25" rows="0" class="Estilo20"></textarea>
</label></td>
</tr>
<tr>
<th scope="row"> </th>
</tr>
</table></td>
</tr>
</table>
<p> </p>
</form>
</body>
</html>