Ver Mensaje Individual
  #7 (permalink)  
Antiguo 06/08/2009, 12:35
Avatar de jeepers
jeepers
 
Fecha de Ingreso: octubre-2008
Mensajes: 64
Antigüedad: 15 años, 6 meses
Puntos: 0
Respuesta: Value problema

ok amigo corneja lo probare y te cuento perdon si no entendi antes gracias y despeus te cuento :) .

jajaja no habia leido bien la funcion perdon, no borra el input borra el value, purebo y comento
Cita:
function borraInput(){
document.form1.titulo.value = '';
}

<input type="text" name="titulo" value="tu mensaje" onfocus="borraInput()">