📄 default.asp
字号:
<!--#include file="include/Pubconn.asp"-->
<%
'**************页面说明***********************
'主要功能:用户登录界面
'开发者:金寿吉
'首次开发时间:2001-08-20
'最后一次修改时间:
'**********************************************
dim AdoRs
dim username,password '用户名和密码
' set AdoRs=Server.CreateObject("AdoDB.RecordSet")
'lcsql0="select userday from sysini"
'AdoRS.Open lcSql0,PubConn,1,3
' cs=cint(Adors("userday"))+1
' if cs>100 then
' response.redirect("contract.asp")
' response.end
'else
'cssql="update sysini set userday='"&cs&"'"
'pubconn.execute(cssql)
'end if
'Set Adors=Nothing
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>嘉胜进销存系统</title><link href="cread.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF">
<p> </p>
<center> <p>
<br>
<br>
<form method="POST" action="mygojoin.asp" name="myform">
<table width="49%" height="294" border="3">
<td width="264" align="center" bgcolor="#FFFFFF" valign="top">
<table cellpadding="0" cellspacing="0" height="200" width="600">
<tr>
<td height="127" width="600" background="pic/Admin_Top.gif">
<!-- MSCellType="empty" -->
</td>
</tr>
<tr>
<td height="95" width="600" background="pic/Admin_Bg.gif">
<p align="right"> </p>
<p align="center"><font color="#D88631">用户名:</font><input type="text" name="UserName" size="18" tabindex="1" style="background-color: #E79E3C; border-left-width: 0; border-right-width: 0; border-top-width: 0; border-bottom-style: solid; border-bottom-width: 1"><font color="#D88631">
</font></p>
<p align="left"><font color="#D88631">
密 码:</font><input type="password" name="PassWord" size="19" tabindex="2" style="background-color: #E79E3C; border-bottom-style: solid;border-top-width: 0;border-right-width: 0;border-left-width: 0; border-bottom-width: 1"><p align="left">
<input type="submit" value="确定" name="B1" class=hand style="color: #FFFFFF; background-color: #E79E3C; border: 1 solid #000000">
<input type="reset" value="取消" name="B2" class=hand style="color: #FFFFFF; background-color: #E79E3C; border: 1 solid #000000">
</td>
</tr>
<tr>
<td height="37" width="600" background="pic/Admin_Bottom.gif">
<!-- MSCellType="empty" -->
</td>
</tr>
<tr>
<td height="1" width="600">
<!-- MSCellType="empty" -->
</td>
</tr>
</table>
<div align="center">
<table width="150%"> <input type="hidden" name="SubFlag" value="0">
</table>
</div>
</table>
<script language="vbscript">
document.myform.username.focus()
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -