diff --git a/tools/RDCalculator.js b/tools/RDCalculator.js index 6da695df..a8c4bbbc 100644 --- a/tools/RDCalculator.js +++ b/tools/RDCalculator.js @@ -1,5 +1,5 @@ document.addEventListener("DOMContentLoaded", function() { - document.getElementById("calculate-Btn3").addEventListener("click", function() { + document.getElementById("calculateRd").addEventListener("click", function() { const monthlyInstallment = parseFloat(document.getElementById("monthly-installment").value); const annualInterestRate = parseFloat(document.getElementById("rate1").value); const timePeriodMonths = parseFloat(document.getElementById("months1").value); @@ -31,7 +31,7 @@ document.addEventListener("DOMContentLoaded", function() { document.getElementById("maturityAmount1").innerText = `Maturity Amount: ${formatter.format(maturityAmount)}`; }); - document.getElementById("clearBtn2").addEventListener("click", function() { + document.getElementById("clearRd").addEventListener("click", function() { clearInputs(); }); diff --git a/tools/sip.html b/tools/sip.html index a015aa2e..55073245 100644 --- a/tools/sip.html +++ b/tools/sip.html @@ -2370,23 +2370,25 @@
Result:
+ Recurring Deposit Calculator
+
+
+
- - + +