Ver Mensaje Individual
  #4 (permalink)  
Antiguo 24/01/2005, 14:29
Avatar de Saruman
Saruman
 
Fecha de Ingreso: mayo-2003
Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años, 11 meses
Puntos: 5
facil... mira:

Código HTML:
<script language="javascript">
	function pasarvariables() {
		var f = document.form1;
		
		document.location.href = "otrapagina.asp?nom=" + f.texto.value;
	}
</script>

<form name="form1" method="post" action="">
  <input type="text" name="texto" value="hola">
</form> 
__________________
Saruman

One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them.