Fixed Rate Mortgage Payment Calculator
Fixed Rate Mortgage Payment Calculator is a tool to calculate the monthly repayment on fixed rate mortgage. The calculator is written in Java programming language (Java Applet) and can be ran at any web browser. You MUST have Java plug-in installed on your computer in order to run this web application or you can key-in all the relevant information inside the calculator to calculate your monthly repayment now.
You can put this tool on your website or blog by simply copy the following code and past into your web page source file.
<applet code="MortgagePaymentCalculator.CalculatorApplet" codebase="http://tools.snippetit.com/applet/" archive="MortgagePaymentCalculator.jar" width="320" height="240">
<param name="property_price" value="200000" />
<param name="loan_terms" value="30" />
<param name="interest_rate" value="6.00" />
<param name="down_payment" value="10000" />
</applet>
[Thanks Snippetit]
Recent Comments