Ver Mensaje Individual
  #12 (permalink)  
Antiguo 27/07/2006, 04:56
Avatar de djreficul
djreficul
 
Fecha de Ingreso: julio-2006
Ubicación: Cork
Mensajes: 672
Antigüedad: 18 años, 8 meses
Puntos: 0
Cita:
Iniciado por escan_0
asi te refieres:

<form name="formulario" action="destino.php" target="ventanaForm" onsubmit="window.open('', 'ventanaForm', '')" method="post" >
<p><input type="text" name="eso" size="20"></p>
<p><input type="submit" onClick="window.open(this.href, this.target, 'width=300,height=200'); return false;" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>
Más bien quiero decir:

Código HTML:
<form name="formulario" action="eso.php" target="ventanaForm" onsubmit="window.open('', 'ventanaForm', 'width=300,height=200')" method="post" >
<p><input type="text" name="eso" size="20"></p>
<p><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
</form> 
__________________
La muerte es un camino que todos debemos recorrer...