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!!