Redirect Halaman dengan Interval Waktu

Redirect Halaman dengan Interval Waktu: Pengunjung tidak perlu mengeklik sebuah link tertentu. inilah cara men- redirect mengarahkan ke website lain..

 <script src="https://rawcdn.githack.com/akhirmali/RedirectHalamanIntervalWaktu/5fda8550bfa3b6b6cae408e52c3cff1f07c7436f/RedirectHalamanIntervalWaktu.js"></script>

<script>

$(document).ready(function(){

window.setInterval(function () {

var sisawaktu = $("#waktu").html();

sisawaktu = eval(sisawaktu);

if (sisawaktu == 0) {

location.href = "https://info.armaila.com/";

} else {

$("#waktu").html(sisawaktu - 1);

}

}, 1000);

});

</script>

<style type="text/css">


#waktu {

font-size:25pt;

color:red;

}

</style>



<p>Kamu akan diarahkan ke halaman tujuan setelah <span id="waktu">10</span> detik</p>




Mau support lewat mana?

Terbantu dengan artikel ini? Ayo balas dengan Support Kami. Tekan tombol merah!
© klik ARMAILA.com. All rights reserved. Developed by Saifullah.id