Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/11/2006, 10:41
Avatar de javioreto
javioreto
 
Fecha de Ingreso: enero-2005
Ubicación: C:\España\Bilbao
Mensajes: 1.212
Antigüedad: 19 años, 3 meses
Puntos: 15
saludos, puedes utilizar frames, aquí te pongo un ejemplo:

<html>
<head></head>
<frameset rows="*,*">
<frame src="tuweb.html">
<frame src="http://yin-yan.iespana.es">
</frameset>
</html>