Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/05/2004, 03:01
karpoj23
 
Fecha de Ingreso: diciembre-2003
Ubicación: Málaga
Mensajes: 495
Antigüedad: 21 años, 3 meses
Puntos: 0
abrir popup en form

buenas como puedo abrir un popup en un form?

<form method="post" action="buscar.php" >
<div style="position:absolute;top:40;left:30;">Buscar por destino</div>
<div style="position:absolute;top:40;left:190;"><input type="text" name="desti"></div>
<div style="position:absolute;top:40;left:350;"><input type="submit" name="busdesti" title="Buscar"> </div>
</form>

kiero q cuando pulses en el boton se abra un popup, pero si pones el onClick en el boton no se pasan las variables :s