Ver Mensaje Individual
  #3 (permalink)  
Antiguo 04/03/2004, 08:07
Avatar de kemie
kemie
 
Fecha de Ingreso: junio-2003
Ubicación: estocolmo<-->mexico
Mensajes: 1.627
Antigüedad: 21 años, 5 meses
Puntos: 1
necesitas usar algo de programacion. intenta esto:
<html>
<head>
<title id="title">Titulo de mi pagina</title>
</head>
<body>

Estas en la pagina <span id="replace">
titulo
</span>

<script>
<!--
document.getElementById('replace').innerHTML = document.getElementById('title').innerHTML;
-->
</script>

</body>
</html>
__________________
::::::::::::::::::::::::::::: WebHostNinja | diseñorama.com::::::::::::::::::::::::::::::