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

📄 js.asp

📁 吻宇考试管理系统源码 吻宇考试管理系统源码
💻 ASP
字号:
<!--#include file=conn.asp-->
<!--#include file=checkuser.asp-->
<%
dim rs,sql
set rs=server.CreateObject("adodb.recordset")
sql="select * from js"
rs.open sql,conn,1,1
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>吻宇网络公告管理</title>
<style type="text/css">
<style type="text/css">
<!--
body {
	background-color: #EFF8FE;
}
body,td,th {
	font-size: 12px;
}
body {
	background-color: #EFF8FE;
}
-->
</style></head>

<body>
<form action="js_add.asp" method="post" name="" id="">
  <table width="0" border="0" align="center">
    <tr>
      <td colspan="2" bgcolor="#C0DFF8"><div align="center">计数器管理</div></td>
    </tr>
    <tr>
      <td width="87" bgcolor="#C0DFF8">总访问量:</td>
      <td width="308" bgcolor="#C0DFF8"><input name="zong" type="text" id="zong" value="<%=rs("total")%>"></td>
    </tr>
    <tr>
      <td bgcolor="#C0DFF8">今天访问量:</td>
      <td bgcolor="#C0DFF8"><input name="today" type="text" id="today" value="<%=rs("today")%>"></td>
    </tr>
    <tr>
      <td bgcolor="#C0DFF8">昨天访问量:</td>
      <td bgcolor="#C0DFF8"><input name="yes" type="text" id="yes" value="<%=rs("yesterday")%>"></td>
    </tr>
    <tr>
      <td bgcolor="#C0DFF8">本月访问量:</td>
      <td bgcolor="#C0DFF8"><input name="tm" type="text" id="tm" value="<%=rs("month")%>"></td>
    </tr>
    <tr>
      <td bgcolor="#C0DFF8">上月访问量:</td>
      <td bgcolor="#C0DFF8"><input name="lastm" type="text" id="lastm" value="<%=rs("bmonth")%>"></td>
    </tr>
<tr>
      <td bgcolor="#C0DFF8">&nbsp;</td>
      <td bgcolor="#C0DFF8"><table width="292" border="0" align="left">
          <tr>
            <td width="134"><div align="center">
                <input type="submit" name="Submit3" value="修改">
            </div></td>
            <td width="148"><div align="center">
                <input type="reset" name="Submit22" value="清除">
            </div></td>
          </tr>
      </table></td>
    </tr>
  </table>
</form>
</body>
</html>
<%
rs.close
set rs=nothing
set conn=nothing
%>

⌨️ 快捷键说明

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