Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/04/2002, 13:49
rrufo
 
Fecha de Ingreso: enero-2002
Mensajes: 1.438
Antigüedad: 23 años
Puntos: 0
Re: Agregar a favoritos

me respondo

aplicar esta función.

<script>
<!--
function addToFavorite(favTitle){
if ((navigator.appVersion.indexOf("MSIE") > 0) &&
(parseInt(navigator.appVersion) >= 4)) {
window.external.AddFavorite("http://www...", unescape(favTitle));
}
}
//-->