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

📄 system_affice.asp

📁 1。超强文件读写锁定
💻 ASP
字号:
<!--#include file="mConn.asp"-->
<!--#include file="mConst.asp"-->
<%
 If Session("SK2Admin")="" Then
  Response.Redirect "Admin_Login.Asp"
  Response.End
End If

Dim Rs6
  Set Rs6=Server.CreateObject("Adodb.RecordSet")
  'Set Rs6=Conn.Execute("Delete from m_config")
  'Set Rs6=Conn.Execute("Insert into m_config (affice) values ('LL')")
  Set Rs6=Conn.Execute("Select Top 1 affice,affice2 from m_config")
Dim affice
  If Not Rs6.Eof Then
   affice=Rs6("affice")
   affice2=Rs6("affice2")
  End If
  Set Rs6=Nothing
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>main</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK 
href="../images/control_main.css" type=text/css rel=stylesheet>
<META content="MSHTML 6.00.2800.1476" name=GENERATOR></HEAD>
<BODY text=#000000 vLink=#0000ff aLink=#0000ff bgColor=#ffffff leftMargin=0 
topMargin=0>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TBODY>
  <TR>
    <TD class=ra_listbet_ctrl_line height=1></TD></TR>
  <TR>
    <TD class=ra_listbet_ctrl_bg>
      <TABLE cellSpacing=0 cellPadding=0 border=0>
        <TBODY>
        <TR height=25>
          <FORM name=acc 
          action=index_submain.asp
method=get>
          <TD>&nbsp;&nbsp;&nbsp;&nbsp; <a href=index_system.asp><b>开封盘</b></a>
              &nbsp;&nbsp;∵<a href=system_affice.asp style="BACKGROUND-COLOR: #3399ff"><b>公告</b></a>∵
			  &nbsp;&nbsp;<a href=system_autodrop.asp><b>自动降水</b></a>
			  &nbsp;&nbsp;<a href=system_remem.asp><b>会员信用额还原</b></a>
			  &nbsp;&nbsp;<a href=system_clear.asp><b>清除数据</b></a>
			  &nbsp;&nbsp;<a href=system_user.asp><b></b></a>
          </TD></FORM></TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD class=ra_listbet_ctrl_line height=1></TD></TR>
  <TR>
    <TD height=4></TD></TR>
  <TR>
    <TD><FONT color=#000099>&nbsp;&nbsp;公告</FONT></TD></TR></TBODY></TABLE>
<FORM name=form1 action=system_oper.asp?K6=K2 method=post>
<TABLE height=281 cellSpacing=0 cellPadding=1 width="49%" align=center 
  border=0><TBODY>
  <TR>
    <TD align=middle width="19%" height=150>公告1</TD>
    <TD align=middle width="81%"><TEXTAREA id=Content name=affice rows=6 cols=50><%=affice%></TEXTAREA></TD></TR>
	<TR>
    <TD align=middle width="19%" height=150>公告2</TD>
    <TD align=middle width="81%"><TEXTAREA name=affice2 cols=50 rows=6 wrap="PHYSICAL" id=Content><%=affice2%></TEXTAREA></TD></TR>
  <TR align=middle>
    <TD colSpan=2><INPUT type=submit value=提交 name=Submit> <INPUT type=reset value=重置 name=Submit2></TD></TR></TBODY></TABLE></FORM>
</BODY></HTML>

⌨️ 快捷键说明

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