Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/10/2013, 13:16
quieropaginaweb
 
Fecha de Ingreso: noviembre-2012
Mensajes: 73
Antigüedad: 12 años, 1 mes
Puntos: 1
Respuesta: Recargar ventana madre y cerrar ventana

No me funciona.
Me explico algo mejor.
Pagina principal. (madre.php)
Abro un popup
Código HTML:
<a href="ventanas.php" target="_blank" onClick="window.open(this.href, this.target, 'width=700,height=400'); return false;">Prueba</a> 
La ventana que abro lleva este código(ventanas.php) :
Código HTML:
<table width="100%" border="0" align="center">
<tr>
<td class="titulos">CONTRATO Nº:</td>
</tr>
<tr>
<td ><iframe src="hola1.php" width="100%"  height="100" frameborder="0" scrolling="auto" name="principal"></iframe>&nbsp;</td>
</tr>
<tr>
<td align="center"><iframe src="hola2.php" width="70%" height=400 name="importe" frameborder="0" name="firma"></iframe></td>
</tr>
</table> 
En la página hola2.php es la que quiero que cierre la página ventanas y actualice la página madre.

Podrias ayudarme con algún ejemplo.
El anterior no funciona.

Gracias