सत्र परीक्षा सैम्पल पेपर 2024: देखने या डाउनलोड करने हेतु यहाँ क्लिक करें

primarymaster.in


 सत्र परीक्षा सैम्पल पेपर 2024: देखने या डाउनलोड करने हेतु यहाँ क्लिक करें

डाउनलोड link  

function startDownload() {

const button = document.getElementById(“downloadButton”);

button.disabled = true;

let seconds = 10;

const timerInterval = setInterval(function() {

button.innerText = seconds + ” seconds”;

if (seconds <= 0) {

clearInterval(timerInterval);

button.style.display = "none"; // Hide the first button

document.getElementById("downloadButton2").style.display = "block"; // Show the second button

document.getElementById("downloadButton2").disabled = false;

}

seconds–;

}, 1000);

}

function startSecondDownload() {

const button2 = document.getElementById("downloadButton2");

button2.disabled = true;

let seconds = 10;

const timerInterval = setInterval(function() {

button2.innerText = seconds + " seconds";

if (seconds <= 0) {

clearInterval(timerInterval);

button2.style.display = "none"; // Hide the second button

// Trigger file download for the second product (replace 'https://updatemarts.in' with your file path)

window.location.href = "https://drive.google.com/file/d/1Sj53gaY8kNUJNMwZKE11RvBD-7boE6Hi/view?usp=sharing";

}

seconds–;

}, 1000);

}

Basic Shiksha Khabar | PRIMARY KA MASTER | SHIKSHAMITRA | Basic Shiksha News | Primarykamaster | Updatemarts | Primary Ka Master | Basic Shiksha News | Uptet News | primarykamaster | SHIKSHAMITRA

Leave a Comment