Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/02/2002, 11:33
carcellan
 
Fecha de Ingreso: enero-2002
Ubicación: madrid
Mensajes: 263
Antigüedad: 22 años, 3 meses
Puntos: 0
Re: Agregar a Favoritos (Ctrl+D)

Tienes que hacerlo con javascript:

<input type="button" value="agregar a favoritos" onclick="javascript:window.external.AddFavori te('http://www.sitio.com','Titulo del sitio');">

Saludos