Respuesta: Cargar todo en un iframe cambia esto
Código:
<iframe id="frame" style="overflow:hidden" src ="http://192.168.1.50/inmob_pablo/index2.php" width="100%" height="1400" >
</iframe>
por esto
Código:
<iframe name="frame" src ="http://192.168.1.50/inmob_pablo/index2.php" width="100%" height="1400" >
</iframe>
e intenta nuevamente |