⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.asp

📁 这是一个基于WEB的树木分类专家系统asp源代码,对于初学者特别有帮助!
💻 ASP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>树木分类专家系统</title>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<meta content="Microsoft FrontPage 5.0" name="GENERATOR">
		<meta content="FrontPage.Editor.Document" name="ProgId">
		<STYLE type="text/css">
		A:link { COLOR: #003060; TEXT-DECORATION: none }
	A:visited { COLOR: #003060; TEXT-DECORATION: none }
	A:active { COLOR: #003060; TEXT-DECORATION: none }
	A:hover { COLOR: #ee5d0c; TEXT-DECORATION: underline }
	TD { FONT-SIZE: 9pt }
	.put { BORDER-RIGHT: 1px ridge; BORDER-TOP: #ffffff 1px ridge; FONT-SIZE: 9pt; BORDER-LEFT: #ffffff 1px ridge; BORDER-BOTTOM: 1px ridge; BACKGROUND-COLOR: #f2f3f9 }
	.f1 { LINE-HEIGHT: 13pt }
	body {
	background-color: #FFCC99;
}
.style1 {color: #33CC33}
        </STYLE>
	</HEAD>
	<body style="BACKGROUND-POSITION: center bottom; BACKGROUND-REPEAT: no-repeat">
		<table id="Table1" height="500" cellSpacing="0" cellPadding="0" width="600" align="center" border="0">
			<tr>
				<td vAlign="center" height="129">
					<P align="center"><FONT face="楷体_GB2312" size="7"><FONT color="#009900">
								树木分类专家系统
								</FONT></FONT></P>
				</td>
			</tr>
			<tr>
				<td colspan="2" width="1065" background="tree/qiu.jpg" height="40"><font face="华文细黑" color="#000080" size="3">&nbsp;&nbsp;&nbsp;</font><font face="华文细黑" size="3"><span class="style1">&nbsp;&nbsp;<STRONG>树木分类专家系统</STRONG></span></font><font face="华文细黑" color="#000080" size="3"><STRONG><FONT color="#3300cc">
			  <%
dim strtoday
dim weekarray(6)
dim thisyear
dim thismonth
dim thisday
 
 weekarray(0)="星期天"
 weekarray(1)="星期一"
 weekarray(2)="星期二"
 weekarray(3)="星期三"
 weekarray(4)="星期四"
 weekarray(5)="星期五"
 weekarray(6)="星期六"
 
 thisyear=year(date)&"年"
 thismonth=month(date)
 if thismonth<10 then thismonth="0"&thismonth
 thismonth=thismonth&"月"
 thisday=day(date)
 if thisday<10 then thisday="0"&thisday
  thisday=thisday&"日"
 strtoday="<font color=#66cc33>"&thisyear&thismonth&thisday
 strtoday=strtoday&" "&weekarray(weekday(date)-1)&"</font>"
 response.Write strtoday

 %></FONT></STRONG></font></td>
			</tr>
			<tr>
			
				<td width="674" height="0">
					<table id="Table2" style="BORDER-COLLAPSE: collapse" borderColor="#111111" height="26" cellSpacing="0" cellPadding="0" width="690" border="1">
						<TBODY>
							<tr>
								<td onmouseover="this.style.backgroundColor='#66ccff';this.style.cursor='hand';" onmouseout="this.style.backgroundColor='#ccff00';cursor='default'" align="middle" bgColor="#ccff00"><a href="index.asp" target="_blank">返回</a> <a href="2.html" target="_blank">智能决策</a><a href="expert/3.html" target="_blank"> 专家知识</a> <a href="help/4.html" target="_self">系统帮助</a> <a href="link.html" target="_blank">超级链接</a></td>
				
				<!--<td onmouseover="this.style.backgroundColor='#ff9933';this.style.cursor='hand';" onclick="dmt()" onmouseout="this.style.backgroundColor='#ccff00';cursor='default'" align="middle" bgColor="#ccff00"><font color="blue">多媒体专家系统</font></td>-->
				</TD>
		</table>
		<table id="Table3" borderColor="#004000" height="303" cellSpacing="0" cellPadding="0" width="690" bgColor="#9999cc" border="1">
			<tr>
				<td width="100%" height="301">
					<table id="Table4" height="1" cellSpacing="0" cellPadding="0" width="100%" border="0">
						<tr>
							<td width="1%" height="14"></td>
							<td width="99%" height="14">
								<table id="Table5" height="267" width="666" border="0">
									<tr>
										<td width="98%" height="1">&nbsp;</td>
									</tr>
									<tr>
										<td width="100%" height="209" background="tree/tree.jpg">
											<script language="JavaScript" src=""></script>
											<script language="vbscript">
 sub  regopen()
         window.open"register.asp","","height=200,width=290,status=false"
 end sub
 </script>
									  </td>
									</tr>
							  </table>
							</td>
						</tr>
					</table>
				</td>
			</tr>
</table>

⌨️ 快捷键说明

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