
09/01/2002, 20:49
|
| | Fecha de Ingreso: diciembre-2001
Mensajes: 367
Antigüedad: 23 años, 2 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 :) |