Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/11/2003, 19:26
chivi
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 889
Antigüedad: 23 años
Puntos: 4
"creo" que éste te podría valer:

<html>
<head>
<script>
var url="http://www.tu_sitio.com";
var titulo="Tu Sitio Web";
function agregar(){
if (document.all)
window.external.AddFavorite(url,titulo)}
</script>
</head>
<body>
<script>
if (document.all)
document.write('<a href="javascript:agregar()">Agregar a Favoritos</a>')
</script>
</body>
</html>

saludos