Home Download

Download

Contents

Toggle

Please wait,

downloading will start in 10 seconds

const queryString = window.location.search; const Urlparams = new URLSearchParams(queryString); const fileName = Urlparams.get('link');

// Total seconds to wait var seconds = 10;

function countdown() { seconds = seconds - 1; if (seconds < 0) { // Download link window.location.href = `${fileName}`; } else { // Update remaining seconds document.getElementById("countdown").innerHTML = seconds; // Countdown wait time is 1 second setTimeout("countdown()", 1000); } } // Run countdown function countdown();

Call us! +919811854308
WhatsApp us! +919811854308
Exit mobile version