?? default.asp
字號:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>歡迎登錄醫藥連鎖店管理系統</title>
<style type="text/css">
<!--
.style14 {color: #444444; font-weight: bold; font-size: 12px; }
input{
height:17px;
width:130px;
border:1px solid;
}
-->
</style>
<link href="include/style1.css" rel="stylesheet" type="text/css">
</head>
<body>
<div align="center">
<form action="login/checklogin.asp" method="post" name="form1">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<table width="245" height="221" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="68"><img src="images/login_01.jpg" width="328" height="67"></td>
</tr>
<tr>
<td height="63" align="left" valign="top" background="images/login_05.jpg"> <table width="100%" height="63" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="28%"> </td>
<td colspan="2"> </td>
</tr>
<tr>
<td align="right"><span class="style14">用戶ID:</span></td>
<td width="42%"><input name="userid" type="text" onFocus="this.select()" onMouseOver="this.style.background='#ccff66';" onMouseOut="this.style.background='#FFFFFF'" size="20" ></td>
<td width="30%" align="center">
<input type="submit" name="Submit" value="登 錄" style="font-size:100%; height:85%;width:50%;border:1px solider:border-color:#FF9966;padding:1px;background-color:#ccff66;"></td>
</tr>
<tr>
<td height="22" align="right"><span class="style14">密 碼:</span></td>
<td colspan="2"><input name="userpwd" type="password" onFocus="this.select()" onMouseOver="this.style.background='#ccff66';" onMouseOut="this.style.background='#FFFFFF'" size="20" ></td>
</tr>
</table></td>
</tr>
<tr>
<td height="89" align="center" valign="top" background="images/login_04.jpg">
<br>
<br>
<%
If Session("msg")<>"" Then
Response.Write "<font color='#ff0000'>"&Session("msg")&"</font>"
End If
%> </td>
</tr>
</table>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</form>
</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -