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

📄 main.htm

📁 全方面的OA管理程序代码
💻 HTM
字号:
<!--#include file="../inc/conn.htm"-->
<html>
<head>
<title>成都市体育局自动办公系统</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">&nbsp;</td>
          <td align="center"> 
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              
              <tr align="center"> 
                <td><img src="../images/fuwu.jpg" width="560" height="350" border="0" usemap="#Map2">
                <map name="Map2">
                <area shape="rect" coords="15,35,105,140" href="../Chat/Index.htm">
                <area shape="rect" coords="118,36,208,141" href="../meeting/meeting_index.htm">
                <area shape="rect" coords="221,37,312,142" href="../Service/car_index.htm">
                <area shape="rect" coords="326,38,416,143" href="../Watch/watch_index.htm">
                <area shape="rect" coords="436,39,528,144" href="#">
                <area shape="rect" coords="20,213,110,318" href="../service/info_index.htm?classID=3">
                <area shape="rect" coords="121,213,212,318" href="../service/info_index.htm?classID=1">
                <area shape="rect" coords="225,213,315,318" href="../service/info_index.htm?classID=2">
                <area shape="rect" coords="328,214,420,319" href="../bbs/index.htm">
                <area shape="rect" coords="440,216,532,321" href="#">
                </map></td>
              </tr>
            </table>
          </td>
        </tr>
      </table>


<form action="../chat/enter.htm" target="pplchtroom">
<table border="0" align="center">
<tr align="center">
<td><font color="#308080">在线聊天室</font></td>
<td>用户名:</td>
<td><input type="text" name="UserName" class="input"></td>
<td>房间:</td>
<td>
<select name="CRNAME">
<option value="Room1">房间一</option>
<option value="Room2">房间二</option>
<option value="Room3">房间三</option>
<option value="Room4">房间四</option>
</select>
</td>
<td><input type="submit" value=" 进 入 "></td>
</tr></table>
</form>
<BR><BR>
   
</body>
</html>
<!--#include file="../inc/conn_close.htm"-->
<%
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,oConn,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 + -