![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
27/02/2007, 11:04
|
![Avatar de jepco](http://static.forosdelweb.com/customavatars/avatar170348_1.gif) | | | Fecha de Ingreso: febrero-2007
Mensajes: 7
Antigüedad: 18 años Puntos: 0 | |
Re: script para agregar a favoritos function agregarfavoritos(){
if ((navigator.appName=="Microsoft Internet Explorer") &&
(parseInt(navigator.appVersion)>=4)) {
var url="url de la pagina";
var titulo="Gabiente Psicoeducativo";
window.external.AddFavorite(url,titulo);
} else {
if(navigator.appName == "Netscape")
alert("Presione Crtl+D para agregar este sitio en sus Bookmarks");
}
}
cambia los * por puntos
y lo de tresuvesdobles ya sabes |