Loan Payment Calculator
This is a basic loan calculator. Thinking of getting a loan to buy that $25,000 boat? Enter the loan amount, interest rate, and term of the loan into this calculator and it will show you the monthly payment amount, the total interest you will pay, and the total amount you will pay over the length of the loan so you can see the actual cost of that "$25,000" boat. You can even enter any additional payment amount you intend to pay each month to work down your principal and the calculator will show you the anticipated payoff time. You can also display and/or print the amortization schedule for your loan.
|
|
Popup
Copy this text to popup the calculator in its own window. It is important to use your Account Number instead of 1 as shown in this example.
<script language="JavaScript" type="text/javascript">
<!--
//Loan Payment
function LoanPayment()
{
window.open('http://www.webcalcsolutions.com/Loan-Calculators/Loan-Payment.asp?AcctNum=1', '_blank', 'width=525,height=560,directories=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0');
}
-->
</script>
<a href="javascript:LoanPayment();">Loan Payment</a><br>
|
<br>
<a href='http://www.webcalcsolutions.com/' style='font-size: 8pt;'>Online Calculators - Financial Calculators, Health Calculators, and Health Assessments from WebCalcSolutions.com</a><br>
Embedded
Copy this text to embed the calculator in your webpage.It is important to use your Account Number instead of 1 as shown in this example.
view |
<iframe src="http://www.webcalcsolutions.com/Loan-Calculators/Loan-Payment.asp?AcctNum=1" width="525" height="560" frameborder="0" scrolling="auto"><a href="http://www.webcalcsolutions.com/Loan-Calculators/Catalog.asp" target="_blank">Loan Payment Calculator</a></iframe>
<br>
<a href='http://www.webcalcsolutions.com/' style='font-size: 8pt;'>Online Calculators - Financial Calculators, Health Calculators, and Health Assessments from WebCalcSolutions.com</a><br>
|
|
Customizable Field Values
You can customize the following field values for this calculator. When the calculator runs it will have
the values you set for these fields. It is important to use your Account Number instead of 1
as shown in this example.
Loan Payment Calculator's Customizable Fields |
Screen Name |
Parm Name |
Parm Value Used in this Example |
Title |
Title |
Mr. & Mrs. O'Riley |
Lender |
Lender |
AAA Money Lenders |
Loan Amount |
LoanAmt |
30,000.00 |
Interest Rate |
IntRate |
11.9 |
Length of Loan |
Length |
36 |
Years/Months (drop-down) |
LengthPrd |
Months |
Additional Principal |
AddPrin |
25.00 |
View Customized Calculator
<script language="JavaScript" type="text/javascript">
<!--
//Loan Payment
function LoanPayment()
{
window.open('http://www.webcalcsolutions.com/Loan-Calculators/Loan-Payment.asp?AcctNum=1&' + 'Title=Mr. %26 Mrs. O%27Riley&Lender=AAA Money Lenders&LoanAmt=30,000.00&' + 'IntRate=11.9&Length=36&LengthPrd=Months&AddPrin=25.00',
'_blank',
'width=525,height=560,directories=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0');
}
-->
</script>
<a href="javascript:LoanPayment();">Loan Payment</a><br>
<br>
<a href='http://www.webcalcsolutions.com/' style='font-size: 8pt;'>Online Calculators - Financial Calculators, Health Calculators, and Health Assessments from WebCalcSolutions.com</a><br>
|
Our examples have special characters (& or ') that must be encoded
to be interpreted properly by the browser. If the customized text you want to use
has any of these characters (&, ' [apostrophe or single-quote],
#, ?, ", \ or %) we have provided this Encode
tool so you can see how to type it into your script. Enter your customized text
then select 'Encode'. The encoded text will show up in the lower box and can be
copied and pasted directly into your script.
|
|