Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/08/2011, 01:12
Avatar de patkoala
patkoala
 
Fecha de Ingreso: julio-2011
Mensajes: 62
Antigüedad: 12 años, 10 meses
Puntos: 19
Respuesta: Acción de javascript al segundo click, ¿porqué?

Prueba así:
Cita:
<a href='javascript:void(0);' onclick="document.getElementById('area<?php echo $id;?>').style.visibility = 'visible';document.getElementById('area<?php echo $id;?>').focus();" title="Escribir">Escribir</a>