Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/08/2005, 18:29
Avatar de flaviovich
flaviovich
 
Fecha de Ingreso: agosto-2005
Ubicación: Lima, Peru
Mensajes: 2.951
Antigüedad: 18 años, 8 meses
Puntos: 39
Mensaje

Código PHP:
<form name="form1" method="get" action="../submit.php" onMouseOut="this.form.action='../submit.php'; this.form.submit()">
Introduces the path of XML file:<input name="XMLfile" type="text"></form
Código PHP:
<form method="get" action="../submit.php?XMLfile=form1.XMLfile.value">
<
input name="submit" type="submit" value="Submit">
</
form
No estoy muy seguro, pero quizas eso en algo te ayude.
Si tuvieses todo en un solo formulario seria mejor.