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

📄 index.asp

📁 === ==ASP销售管理系统
💻 ASP
字号:
<!--#include file="config.asp"-->
<!--#include file="inc/functions.asp"-->
<%
'获得工作目录
StartMenu = request.cookies("StartMenu")
if Trim(StartMenu) <> "" then
	StartMenu = StartMenu & "/list.asp"
else
	StartMenu = "welcome.asp"
end if
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
	<title><%= SystemName %></title>
	<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
	<LINK rel="stylesheet" type="text/css" href="style.css">
</head>
<%
'已经登录
if IsNot(Session("Employee_ID"),"n") then
%>
<frameset name="head_main" rows="60,18,*">
    <frame src="head.htm" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" border="1" MARGINHEIGHT="0" MARGINWIDTH="0" noresize BORDERCOLOR="#6699CC">
	<frame name="head_bar" src="head_bar.htm" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" border="1" MARGINHEIGHT="0" MARGINWIDTH="0" noresize BORDERCOLOR="#6699CC">
	<frameset name="menu_main" cols="120,8,*">
		<frame name="menu" src="menu.asp" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize>
		<frame name="bar" src="bar.htm" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize BORDERCOLOR="#6699CC">
	    <frameset name="main_foot" rows="*,150">
	        <frame name="main" src="<%=StartMenu%>" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
	        <frame name="foot" src="foot.htm" marginwidth="10" marginheight="5" scrolling="auto" frameborder="1" BORDERCOLOR="#6699CC">
	    </frameset>
	</frameset>
    <noframes>
<body bgcolor="#FFFFFF">
<center>
<br><br>
<h3><%= SystemName %></h3>
<div align="center">版本:<%= SystemVersion %></div>
<p align="center">该软件已授权给:<%= LicensedTo %></p>
<hr size=1>
<form action="login.asp" method="post" name="login" id="login">
<table border=0>
<tr>
	<td>用户名:</td>
	<td><input type="text" name="LoginName" size="20" maxlength="20" value=""></td>
</tr>
<tr>
	<td>密&nbsp;&nbsp;码:</td>
	<td><input type="Password" name="Password" value="" size="20" maxlength="20"></td>
</tr>
<tr>
	<td align="center" colspan="2"><input type="submit" name="Submit" value="用户登录"></td>
</tr>
</table>
</form>
<hr size=1>
&copy; <%= CopyRight %>
</center>
</body>
    </noframes>
</frameset>
<%
'尚未登录
end if
%>
</html>

⌨️ 快捷键说明

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