Mortgage
clculator for monthly payment (showing below) uses form to catch
user's input. In javascript function, used patten : document.formName.ElementName.value
to get Loan Amount, interest rate and term of loan. For example,
value of loan amount in this example is loanamount=document.form.LoanAmount.value.
Copy
paste the following the code to your web page you will have a morgage
calculator.