Ver Mensaje Individual
  #6 (permalink)  
Antiguo 11/11/2007, 08:41
cocoamelis
 
Fecha de Ingreso: noviembre-2007
Mensajes: 2
Antigüedad: 16 años, 5 meses
Puntos: 0
Re: Ayuda mantener direccion en barra de navegacion

<html>
<head>

<!-- PRIMER PASO: Copiar dentro del tag HEAD -->
<script language="Javascript">

// -- Abrir página con frame superior adaptado por Sonia Web
// -- contacto: [email protected]
// -- web: http://soniaweb.d2g.com
// -- web: http://www.webtutorial.com.ar

function frame(enlace)
{
win = window.open();
win.document.write('<html><head><ti tle>Esta visitando un sitio que no pertenece al Estudio Creativo Garabato</title></head><frameset rows="40,*" border="0" framespacing="0" frameborder="no"><frame src="http://www.altadepaginas.com.ar/" name="frame" scrolling="no"><frame src="'+enlace+'" name="contenido"></html>')
}

// En el script es posible modificar el título de la página, las medidas de los frames, y la dirección a parte de otras cosas más
-->
</script>
</head>

<body>

<!-- SEGUNDO PASO: Copiar dentro del tag BODY -->
<!-- Este es el enlace que va a la parte de abajo -->
<a href="javascript:frame('http://www.altadepaginas.com.ar/')">Abrir</a>

</body>
</html>