<%if session("username")<>"" and session("password")<>"" then
%>
<script language="javascript">
	alert("<%=session("name")%>：\n\n您已經登錄了，不需重覆登錄。")
	location.href="javascript:window.close()"
</script>
<%end if%>
<html>

<head>
<meta http-equiv="Content-Language" content="zh-tw">
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>登錄管理系統</title>
<style type="text/css">
<!--
td {  font-size: 9pt; font-style: normal; color: #000000}
-->
</style>
</head>

<body>

<p align="center">管．理．模．式
</p>
<form method="POST" action="pwd_send.asp">
  <div align="center">
    <center>
    <table border="1" cellpadding="5" cellspacing="0" width="285" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#FFFFFF">
      <tr>
        <td width="77" align="center" bgcolor="#BDCCD7" bordercolordark="#BDCCD7">帳　號</td>
        <td width="182"><input type="text" name="username" size="28" style="font-size: 9pt; font-family: 細明體"></td>
      </tr>
      <tr>
        <td width="77" align="center" bgcolor="#BDCCD7" bordercolordark="#BDCCD7">密　碼</td>
        <td width="182"><input type="password" name="password" size="28" style="font-size: 9pt; font-family: 細明體"></td>
      </tr>
    </table>
    </center>
  </div>
  <p align="center">
  <input type="submit" value="登　　錄" name="B1" style="font-size: 9pt; font-family: 細明體">　　　<input type="reset" value="取　　消" name="B2" style="font-size: 9pt; font-family: 細明體"></p>
</form>

</body>

</html>
