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. 
   
 

