Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/12/2009, 08:08
Avatar de CHuLoSoY
CHuLoSoY
 
Fecha de Ingreso: febrero-2002
Ubicación: Ribeira (Galicia)
Mensajes: 1.900
Antigüedad: 22 años, 3 meses
Puntos: 29
Respuesta: Recoger valor TextArea al pegar (Ctrl + V)

Sino, setTimeout:

Código Javascript:
Ver original
  1. function agrandar(e){ setTimeout("agrandar2(e)",200); }
  2.  
  3.       function agrandar2(e){
  4.  
  5.          var code = (document.all) ? event.keyCode:e.which;
  6.  
  7.          var ctrl = (document.all) ? event.ctrlKey:e.modifiers & Event.CONTROL_MASK;
  8.  
  9.           if (window.event.ctrlKey){
  10.  
  11.               if (window.event.keyCode == 86) {
  12.  
  13.                   var msg = document.forms['formulario'].TAestado.value;
  14.  
  15.               }
  16.  
  17.           }
  18.  
  19.       }
__________________
ESQUIO Dominios y Hosting
Las mejores características con los mejores precios.