Ver Mensaje Individual
  #4 (permalink)  
Antiguo 16/05/2010, 17:16
Avatar de ManelGomez
ManelGomez
 
Fecha de Ingreso: diciembre-2007
Ubicación: El Prat de llobregat
Mensajes: 180
Antigüedad: 16 años, 5 meses
Puntos: 2
Respuesta: Como visualizar una pagina web desde otra

El siguiente codigo te crea una pantalla dividida en tres partes.


Código PHP:

<frameset cols="350,*" marginwidth="0" marginheight="0" frameborder="0" border="0" borderwidth="0">
   <
frameset rows="160,5,*" marginwidth="0" marginheight="0" frameborder="0" border="0" borderwidth="0">
      <
frame name="navi" src=img/Logo350x150.jpg  width="350" height="5" border="1" scrolling=no>
      <
frame name="navi" src=img/rayablanca.gif width="350" height="5" border="1" scrolling=no>
      <
frame name="navi" src="navi.php" scrolling=no>
   </
frameset>
      <
frame name="cuerpo" src="mapa_baix.php" marginwidth=20>
   </
frameset
Si sigues asi, desde un frame podras ver documentos en otros frames.

un saludi.