Ver Mensaje Individual
  #8 (permalink)  
Antiguo 16/06/2011, 06:37
Avatar de Maganius
Maganius
 
Fecha de Ingreso: septiembre-2010
Mensajes: 310
Antigüedad: 13 años, 7 meses
Puntos: 10
Respuesta: limpiar input

Lo probe y no anda :/


Código Javascript:
Ver original
  1. // nombre de funcion ;
  2.     nImage.event = "onfocus";
  3.    
  4.     // funcion anonima ;
  5.     nImage.event = function(){
  6.         valueon("dsa");
  7.     };