Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/03/2008, 14:42
Avatar de zick
zick
 
Fecha de Ingreso: mayo-2007
Ubicación: Los Angeles - Chile
Mensajes: 168
Antigüedad: 17 años, 8 meses
Puntos: 2
Re: No retroceder a la pagina anterior

Código HTML:
<html>
<head>
<!-- PRIMER PASO: Copiar dentro del tag HEAD -->
<script><!--

// -- Reemplazar historial creado por Sonia Web
// -- contacto: [email protected]
// -- web: http://soniaweb.d2g.com
// -- web: http://www.webtutorial.com.ar

function enlaces(dir) {
window.location.replace(dir)
}
// -->
</script>
</head>

<body>
<!-- SEGUNDO PASO: Copiar dentro del tag BODY -->
<a href="javascript:enlaces('http://www.webtutorial.com.ar/')">Ir a Webtutorial</a>
</body>
</html> 
Salud!!