home_page.htm

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

HTM
78
字号
<html>

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

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

<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>&nbsp;</p>

<table border="1" width="100%">
  <tr>
    <td width="33%"><b><font size="4">Banking </font></b></td>
	
    <td width="33%"><b><font size="4">Loans</font></b></td>
    <td width="34%"><b><font size="4">Others</font></b></td>
  </tr>
  <tr>
    <td width="33%"><font size="4"><b><font color="#FF0000">&nbsp;</font></b><font color="#FF0000"><b>&nbsp;</b></font></font><font color="#FF0000" size="4"><b>
      </b><a href="http:\\localhost:8000\dummy.htm">Current Accounts</a></font></td>
    <td width="33%"><font color="#FF0000" size="4">&nbsp;&nbsp;<a href="http:\\localhost:8000\dummy.htm">Personal Loans</a></font></td>
    <td width="34%"><font color="#FF0000" size="4">&nbsp;&nbsp;<a href="http:\\localhost:8000\Interest_calc.htm">Interest
      Calculator</a></font></td>
  </tr>
  <tr>
    <td width="33%"><font color="#FF0000" size="4">&nbsp;&nbsp;<a href="http:\\localhost:8000\dummy.htm">Savings Accounts</a></font></td>
    <td width="33%"><font color="#FF0000" size="4">&nbsp;&nbsp;<a href="http:\\localhost:8000\dummy.htm">Home Loans</a></font></td>
    <td width="34%"><font color="#FF0000" size="4">&nbsp;&nbsp;<a href="http:\\localhost:8000\currExchange.htm">Foreign Exchange
      Rates</a></font></td>
  </tr>
  <tr>
    <td width="33%"><font color="#FF0000" size="4">&nbsp;&nbsp;<a href="http:\\localhost:8000\dummy.htm">Fixed Deposits</a></font></td>
    <td width="33%"><font color="#FF0000" size="4">&nbsp;&nbsp;<a href="http:\\localhost:8000\dummy.htm">Consumer Loans</a></font></td>
    <td width="34%"><font color="#FF0000" size="4">&nbsp;&nbsp;<a href="http:\\localhost:8000\dummy.htm">Bank Branches</a></font></td>
  </tr>
  <tr>
    <td width="33%"><font color="#FF0000" size="4">&nbsp;&nbsp;<a href="http:\\localhost:8000\dummy.htm">Recurring Deposits</a></font></td>
    <td width="33%"><font color="#FF0000" size="4">&nbsp;&nbsp;<a href="http:\\localhost:8000\dummy.htm">Auto Loans</a></font></td>
    <td width="34%"><font color="#FF0000" size="4">&nbsp;&nbsp;<a href="http:\\localhost:8000\dummy.htm">Contact Us</a></font></td>
  </tr>

</table>


<p align="right"><font size="3">Registered users, click the Login button.</font>
<input type="button" value="Login" name="btLogin" onClick="showLoginHtm()"></p>


  

<p align="right"><font size="3">Registered A/c holders, </font>
<font size="3" color="#FF0000"> <a href="http:\\localhost:8000\Registered_usr_page.htm"> click here to register for online
banking</a>.</font>
<p align="right"><font size="3">Non A/c holders,</font><font size="3" color="#FF0000"> <a href="http:\\localhost:8000\Register_page.htm"> click here to
apply for an account</a>.&nbsp;</font></p>

<p >&nbsp;</p>
<script language="JavaScript">
function Show_Login()
{
	open("Login_page.jsp");
}
function showLoginHtm()
{
	open("Login_page.htm");
}
</script>

</body>

</html>

⌨️ 快捷键说明

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