⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 interest_calc.htm

📁 《J2EE专业项目实例开发》源代码
💻 HTM
字号:
<html>

<head>
<title>Money Banks, Inc. -- Interest Calculator</title>
</head>

<body bgproperties="fixed" bgcolor="#CCCCFF">

<p></p>
<table border="0" width="100%" height="42">
  <tr>
    <td width="50%" height="36"><b><i><font size="5">Money Banks, Inc.</font></i></b></td>
    <td width="50%" height="36"></td>
  </tr>
</table>
<p align="center"><b><font size="4">Interest Calculator</font></b></p>

<form method="POST" action="Interest_calc.jsp">
  <p><font size="4">Enter Principle Amount:</font><font size="4" color="#FF0000">&nbsp;&nbsp;&nbsp;&nbsp;
  </font><input type="text" name="amount" size="20"></p>
  <p ><font size="4">Enter Period in Months:</font><font size="4" color="#FF0000">&nbsp;&nbsp;&nbsp;&nbsp;
  </font><input type="text" name="period" size="20"></p>

  <p ><font size="4">Enter Rate of Interest:</font><font size="4" color="#FF0000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  </font><input type="text" name="int_rate" size="20"></p>

  <p><font size="4">Interest
  Payable:</font><font size="4" color="#FF0000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  &nbsp; </font><input type="text" name="int_pay" size="20"></p>
  <p align="center"><input type="submit" value="Submit" name="Submit"><input type="reset" value="Reset" name="Reset"></p>
</form>

</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -