Files
lpmj6/12/03.html
T
RobinNixon 53063593e3 Final
Final
2020-12-10 13:51:13 +00:00

8 lines
329 B
HTML

<form method="post" action="calc.php"><pre>
Loan Amount <input type="text" name="principle">
Monthly Repayment <input type="text" name="monthly">
Number of Years <input type="text" name="years" value="25">
Interest Rate <input type="text" name="rate" value="6">
<input type="submit">
</pre></form>