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

📄 system_affice.asp

📁 买来的六合彩在线投注系统可能没有精力管理这些程序了PHP+mysql
💻 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
%>

<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><style type="text/css">
<!--
body,td,th {
	color: #FF0000;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
-->
</style></HEAD>
<BODY aLink=#0000ff bgColor=#ffffff leftMargin=0 
topMargin=0>
<TABLE cellSpacing=1 cellPadding=2 width="100%" border=1>
  <TBODY>
 
  <TR>
    <TD bgcolor="#FFFF00" >
      <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: #ff6600"><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><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 + -