Lease Mileage Calculator
Find how if you are likely to drive more miles than your lease allows and how much you will have to pay for the excess miles when the lease ends. Enter the annual miles allowed, the charge for excess miles as stated in your lease, and car's current odometer reading and this calculator will project excess miles and anticipated charges at lease end. You can also see how to adjust your driving for the remainder of the lease to avoid going over the allowed miles and paying a mileage charge.
|
|
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">
<!--
//Lease Mileage
function LeaseMileage()
{
window.open('http://www.webcalcsolutions.com/Auto-Calculators/Lease-Mileage.asp?AcctNum=1', '_blank', 'width=520,height=560,directories=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0');
}
-->
</script>
<i>Auto Lease Calculators</i><br>
<a href="javascript:LeaseMileage();">Lease Mileage</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/Auto-Calculators/Lease-Mileage.asp?AcctNum=1" width="520" height="560" frameborder="0" scrolling="auto"><a href="http://www.webcalcsolutions.com/Auto-Calculators/Catalog.asp" target="_blank">Lease Mileage 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.
Lease Mileage Calculator's Customizable Fields |
Screen Name |
Parm Name |
Parm Value Used in this Example |
Title |
Title |
Mr. & Mrs. O'Riley |
Lease Start Date |
StartDate |
7/5/2022 |
Length of Lease |
Length |
3 |
Years/Months (drop-down) |
LengthPrd |
Years |
Annual Miles Allowed |
AllowMiles |
15,000 |
Excess Miles Charge |
ExcessCharge |
.15 |
Odometer Reading |
Odometer |
38,500 |
Odometer Reading Date |
OdometerDate |
11/28/2024 |
View Customized Calculator
<script language="JavaScript" type="text/javascript">
<!--
//Lease Mileage
function LeaseMileage()
{
window.open('http://www.webcalcsolutions.com/Auto-Calculators/Lease-Mileage.asp?AcctNum=1&' + 'Title=Mr. %26 Mrs. O%27Riley&StartDate=7/5/2022&Length=3&LengthPrd=Years&' + 'AllowMiles=15,000&ExcessCharge=.15&Odometer=38,500&OdometerDate=11/28/2024',
'_blank',
'width=520,height=560,directories=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0');
}
-->
</script>
<a href="javascript:LeaseMileage();">Lease Mileage</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.
|
|