02/02/2010, 08:44
|
| | | Fecha de Ingreso: noviembre-2006 Ubicación: Perú
Mensajes: 274
Antigüedad: 18 años Puntos: 5 | |
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 |