Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/08/2009, 01:10
Avatar de Corneja
Corneja
 
Fecha de Ingreso: febrero-2008
Ubicación: Senolaf
Mensajes: 268
Antigüedad: 16 años, 2 meses
Puntos: 8
Respuesta: Value problema

Creo que te he entendido.

Pueba con esto

Código HTML:
function borraInput(){
document.form1.titulo.value = ''; 
}

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