Esta Pagina Web
tiene una bomba de tiempo
que se Auto destruirá en 20 segundos
20 - SEG
<p>
<b><span style="font-size: x-large;">Esta Pagina Web</span></b>
</p>
<p>
<b><span style="font-size: x-large;">tiene una bomba de tiempo</span></b>
</p>
<p>
<b
><span style="font-size: x-large;"
> que se Auto destruirá en 20 segundos</span
></b
>
</p>
<p>
<b
><span style="font-size: x-large;"><br /></span
></b>
</p>
<p>
<b
><span style="font-size: x-large;"><br /></span
></b>
</p>
<p style="text-align: center;">
<b><span ID="ContadorG";style="color: red; font-size: x-large;">20 - SEG</span></b>
</p>
<script>
<!---------------Activa la funcion de bomba de tiempo al cargar la pagina---------->
window.onload=function() {
setTimeout(gfg05, 5000);
setTimeout(gfg10, 10000);
setTimeout(gfg15, 15000);
setTimeout(gfg20, 20000);
}
function gfg05() {
ContadorG.innerHTML="15 - SEG";
}
function gfg10() {
ContadorG.innerHTML="10 - SEG";;
}
function gfg15() {
ContadorG.innerHTML="05 - SEG";
}
function gfg20() {
ContadorG.innerHTML="00 - SEG";
alert('BOOOOOOOMMMMMMM!!! Ja ja ');
}
</script>