![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
06/03/2008, 13:36
|
![Avatar de Evert](http://static.forosdelweb.com/customavatars/avatar62887_8.gif) | | | Fecha de Ingreso: abril-2004 Ubicación: Cochabamba - Bolivia
Mensajes: 94
Antigüedad: 20 años, 9 meses Puntos: 2 | |
Re: Titulo de la direcion hola
tienes que usar frames par logarar eso
<html>
<head>
<title>Pagina</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="0,*" frameborder="NO" border="0" framespacing="0">
<frame src="" name="topFrame" scrolling="NO" noresize>
<frame src="index.html" name="mainFrame">
</frameset>
<noframes><body>
</body></noframes>
</html>
asi cuando naveges dentro la pagina la direccion no cambiara |