Foros del Web » Programando para Internet » PHP »

Abrir Ventanas En Php Desde Un Formulario

Estas en el tema de Abrir Ventanas En Php Desde Un Formulario en el foro de PHP en Foros del Web. BUENAS NOCHES: QUISIERA QUE POR FAVOR ME AYUDEN A DAR SOLUCIÓN AL SIGUIENTE PROBLEMA, TENGO EL SIGUIENTE CÓDIGO: <table width="140" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> ...
  #1 (permalink)  
Antiguo 18/05/2008, 19:37
 
Fecha de Ingreso: mayo-2004
Mensajes: 130
Antigüedad: 19 años, 11 meses
Puntos: 0
Abrir Ventanas En Php Desde Un Formulario

BUENAS NOCHES:
QUISIERA QUE POR FAVOR ME AYUDEN A DAR SOLUCIÓN AL SIGUIENTE PROBLEMA, TENGO EL SIGUIENTE CÓDIGO:

<table width="140" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><div align="center"><img src="imagenes/suscripcion/suscribase_r1_c1.gif" alt="cabeza" width="145" height="48" /></div></td>
</tr>
<tr>
<td valign="top" background="imagenes/suscripcion/suscribase_r2_c1.gif"><div align="center">
<form id="form1" name="form1" method="post" action="suscribe_boletin.php" target="_blank">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="8">
<tr>
<td valign="top"><div align="center" class="suscripcion">E-mail</div></td>
</tr>
<tr>
<td valign="top"><div align="center">
<label>
<input name="correo" type="text" class="suscripcion" id="correo" value="Su e-mail" size="15" />
</label>
</div></td>
</tr>
<tr>
<td valign="top"><div align="center">
<label>
<input name="Submit" type="submit" class="boton_suscripcion" onclick="MM_validateForm('correo','','RisEmail');r eturn document.MM_returnValue" value="Enviar" />
</label>
</div></td>
</tr>
</table>
</form>
</div></td>
</tr>
<tr>
<td valign="top"><div align="center"><img src="imagenes/suscripcion/suscribase_r3_c1.gif" alt="pie" width="145" height="8" /></div></td>
</tr>
</table>

LO QUE OCURRE ES QUE EN ESTA LÍNEA:
<form id="form1" name="form1" method="post" action="suscribe_boletin.php" target="_blank">

LA PÁGINA suscribe_boletin.php le he puesto target _blank, lo que necesito es que al abrirse esta pagina me aparezca de acuerdo a un tamaño determinado que yo le de por ejemplo: width=500,height=500. Es posible hacer esto para poder abrir la página suscribe_boletin.php?

LES AGRADECERÉ INFINITAMENTE SU RESPUESTA.
  #2 (permalink)  
Antiguo 20/05/2008, 08:31
 
Fecha de Ingreso: enero-2008
Ubicación: La Plata
Mensajes: 136
Antigüedad: 16 años, 2 meses
Puntos: 3
Respuesta: Abrir Ventanas En Php Desde Un Formulario

Se puede hacer con Javascript.
Ando sin tiempo , pero puedes buscar es algo bastante basico.
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 20:57.