📄 main.asp
字号:
<!--#include file="../inc/connection.asp"-->
<html>
<head>
<title>SYSIUM200办公自动化信息管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="../CSS/main.css">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" link="#FFFFFF">
<%
LoginID=Session("LoginID")
if LoginID="" then LoginID=0
%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30"> </td>
<td align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr align="center">
<td><img src="../images/fuwu.jpg" width="561" height="344" border="0" usemap="#Map2">
<map name="Map2">
<area shape="circle" coords="137,110,38" href="../games/gameindex.asp">
<area shape="circle" coords="75,197,38" href="../service/info_index.asp?classID=1"><area shape="circle" coords="110,289,36" href="../Chat/Index.asp"><area shape="circle" coords="217,306,37" href="../service/info_index.asp?classID=3"><area shape="circle" coords="329,282,38" href="../bbs/index.asp"><area shape="circle" coords="422,231,36" href="../meeting/meeting_index.asp"><area shape="circle" coords="489,150,35" href="Video.asp"><area shape="circle" coords="470,54,37" href="../Watch/watch_index.asp"><area shape="circle" coords="356,36,37" href="../service/info_index.asp?classID=2"><area shape="circle" coords="243,55,38" href="../Service/car_index.asp"></map></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<!--#include file="../inc/connclose.asp"-->
<%
Function GetTableValue(TableName,Field,ValueField,Value)
if TableName<>"" and Value<>"" then
Set RsTmp = Server.Createobject("Adodb.recordset")
strSql = "Select "& Field &" from "& TableName &" where "& ValueField &"='"& Value &"'"
Rstmp.open strSql,Conn,1,1
If not Rstmp.eof then
GetTableValue=trim(Rstmp(Field))
else
GetTableValue=""
end if
Rstmp.close
'set RsTmp = Nothing
else
GetTableValue=""
end if
End Function
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -