Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/01/2002, 20:49
Loading
 
Fecha de Ingreso: diciembre-2001
Mensajes: 367
Antigüedad: 22 años, 4 meses
Puntos: 0
Re: Añadir a Favoritos con imagen.

Pones esto:
<script language="JavaScript1.2">

//configure the two variables below to match yoursite's own info
var bookmarkurl="http://tu web"
var bookmarktitle="titulo"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarkti tle)
}

</script>

Y le pones este enlace a la imagen que quieras: javascript:addbookmark()

espero que te sirba
Saludos :)