Ver Mensaje Individual
  #7 (permalink)  
Antiguo 13/12/2007, 07:39
Avatar de Kelpie
Kelpie
 
Fecha de Ingreso: febrero-2002
Ubicación: NorthSpain
Mensajes: 609
Antigüedad: 22 años, 3 meses
Puntos: 8
Re: Ayuda con script

Bueno, a por nota. Para el cuarto tema:

Código HTML:
<html>
<head>
	<title>Untitled</title>
	<script>
		function pregunta(){
			if (confirm("Añadimos a favoritos")){
				echaAFav();
			}else{
				alert("Tu mismo...");
			}
		}
		function echaAFav(){
			window.external.AddFavorite(window.location.href,'Mi pedazo de página')
		}
		setTimeout(pregunta,30000);
	</script>
</head>

<body>
Aunque esto solo va a ir bién en el IExplorer de MocoSoft...
</body>
</html> 
__________________
Kelpie