agrergar a favoritos o refresh atraves de AS
2 seguidores
como se hace estos botones,...????
para agregar a favoiritos o actualizar el html??
como se hace estos botones,...????
para agregar a favoiritos o actualizar el html??
Seguro que tienes mucho que decir, te estamos esperando.
playground
getURL("javascript:window.history.forward()","_self") //Palante
getURL("javascript:window.history.back()","_self") //Patras
getURL("javascript:location.reload()","_self") //Recargar
Favoritos:
En el html:
function aniadir(titulo){
window.external.AddFavorite("http://...pagina.htm", titulo);
}
//Esto creo que solo funciona en IE
En el flash:
getURL("javascript:aniadir('Nombre_del_Favorito')","_self")
Espero que te sirva.