error.jsp

来自「java源码文件。可供初学者选用。大家可以看看。」· JSP 代码 · 共 23 行

JSP
23
字号
<html>

<head>
<title>Money Banks, Inc. -- Error Page</title>
</head>

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

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

</form>
<p align="center"><b><font size="4">Please enter valid numbers. Do not leave any
field blank.</font></b></p>
<p><a href="Interest_calc.htm">Try again.</a>
</body>
</html>

⌨️ 快捷键说明

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