Ver Mensaje Individual
  #5 (permalink)  
Antiguo 29/04/2012, 21:40
Avatar de chwc
chwc
 
Fecha de Ingreso: julio-2008
Ubicación: Buenos Aires ! :D
Mensajes: 814
Antigüedad: 15 años, 8 meses
Puntos: 103
Respuesta: Problemas con Crome

talvez, tengas que agregar una funcion
Código Javascript:
Ver original
  1. function cambiarValor(elemento){
  2. elemento.value="";
  3. }
y hacer asi:
Código HTML:
Ver original
  1. <input type=text id="x" name "x" onkeypress="Verifica()" onfocus="cambiarValor(this) ">
saludos