Hola buenas, he contestado un antiguo post (2006) pero lo hice antes de percatarme de la fecha asi que pongo esto por aquí porque no entiendo porque no funciona:
Código:
<table cellpadding="0" cellspacing="0">
<tr>
<th class="txt_cen">Escriba su respuesta y pulse Enviar:</th>
</tr>
<tr>
<th class="txt_cen"><textarea name="txtPregunta" id="txtPregunta" onkeyPress="return contar(this.value,event)" style=" visibility: visible; overflow: hidden; height: 350px; width: 700px;"></textarea></th>
</tr>
<tr>
<th class="txt_cen"><input type="submit" value="Enviar" onclick = "txtPregunta.style.visibility = 'hidden'"/>
</th>
</tr>
</table>
Teoricamente tras pinchar en el submit, el textarea llamado "txtPregunta" deberia cambiar su estado de "visible" a "hidden", lo cual no hace, ¿alguien podria echarme una mano?