Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/09/2005, 08:35
Avatar de flaviovich
flaviovich
 
Fecha de Ingreso: agosto-2005
Ubicación: Lima, Peru
Mensajes: 2.951
Antigüedad: 19 años, 6 meses
Puntos: 39
Corrige tu funcion:
Código:
function enviar()
{ 
var tit = document.getElementById("title").value;
document.getElementById("1").value = tit;
document.getElementById("2").value = tit;
document.getElementById("3").value = tit;
}
<form onSubmit="enviar();">

<input type="submit" name="-Find" value="Iniciar">
__________________
No repitamos temas, usemos el Motor de busquedas
Plantea bien tu problema: Ayúdanos a ayudarte.