<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Loan Calculator" 
category="finance" description="Loan Calculator" height="270" width="200" author="Christopher Johnson" 
author_email="cajpersonalfinance@gmail.com" author_location="Charleston, WV" 
thumbnail="http://christopheraaronjohnson.net/Blog/wp-content/images/Loan_Thumb.JPG"
author_affiliation="Independent" 
screenshot="http://christopheraaronjohnson.net/Blog/wp-content/images/Loan.JPG"
title_url="http://christopheraaronjohnson.net"
 />
<Content type="html"><![CDATA[
<script language="JavaScript" src="http://christopheraaronjohnson.net/Blog/wp-downloads/Scripts/scriptfile.js"></script> 
<link rel="stylesheet" type="text/css" href="http://christopheraaronjohnson.net/Blog/wp-downloads/Scripts/style.css" />
<center><div style="width:200px;height:200px;border:2px solid green;background-color:99FF99;">
<p align=center><strong>Loan Calculator</strong></p>
<form name=calc>
<table align="center">
<tr align="center"><td>Loan Amount</td><td><input size=10 type=text class="text" name=pvbox></input></td>
<td><input type=button class="button" value="Compute" 
onClick="this.form.pvbox.value=-round(pv(this.form.nbox.value, this.form.ibox.value, 
this.form.pmtbox.value, 0, this.form.typebox.value, this.form.cybox.value, this.form.pybox.value), 2)"></input></td>
<tr align="center"><td>Interest Rate</td><td><input size=10 type=text class="text" name=ibox></input></td>
<td><input type=button class="button" value="Compute" 
onClick="this.form.ibox.value=round(int(this.form.nbox.value, -this.form.pvbox.value, 
this.form.pmtbox.value, 0, this.form.typebox.value, this.form.cybox.value, this.form.pybox.value),3)"></input></td>
<tr align="center"><td># of Yrs</td><td><input size=10 type=text class="text" name=nbox></input></td>
<td><input type=button class="button" value="Compute" 
onClick="this.form.nbox.value = round(n(this.form.ibox.value, -this.form.pvbox.value, 
this.form.pmtbox.value, 0, this.form.typebox.value, this.form.cybox.value, this.form.pybox.value), 2)"></input></td>
<tr align="center"><td>Payment</td><td><input size=10 type=text class="text" name=pmtbox></input></td>
<td><input type=button class="button" value="Compute" 
onClick="this.form.pmtbox.value=round(pmt(this.form.nbox.value, this.form.ibox.value, 
-this.form.pvbox.value, 0, this.form.typebox.value, this.form.cybox.value, this.form.pybox.value), 2)"></input></td></tr>
<tr align="center"><td># Int Cmpd Yr</td>
<td><input size=10 type=text class="text" name=cybox value="12"></input></td></tr>
<tr align="center"><td># Pmts Yr</td>
<td><input size=10 type=text class="text" name=pybox value="12"></input></td></tr>
<tr align="center"><td>Loan Type</td><td><select name="typebox">
<option value="Immediate" tabindex="1">Immediate</option>
<option value="Due" tabindex="2">Due</option></select></td>
<td><input style="width: 45px" type=reset class="reset" value="Reset" name="reset" /></input></td></tr>
</table>
</form>
<table align="center">
<tr align="center"><td style="font-size:12px;"><a href="http://christopheraaronjohnson.net/Blog" target="_blank">
More Free Calculators</a></td>
<td style="font-size:12px;"><a href="http://christopheraaronjohnson.net/Blog/loan-calculator/" target="_blank">Help</a>
</td></table>
</div></center>
]]></Content>
</Module>












