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

📄 admin_researchadd.asp

📁 3000首FLASH源程序
💻 ASP
字号:
<!--#include file="function.asp"-->
<%CheckAdmins%>
<!--#include file="top.asp"-->
<table border="0" width="770" cellspacing="1" cellpadding="1" bgcolor="<%=Tablebackcolor%>" align="center">
  <tr> 
    <td valign=top width="20%" bgcolor="<%=Tabletitlecolor%>"> 
      <!--#include file="admin_left.asp"-->
    </td>
    <td align=center valign=top bgcolor="<%=Tablebodycolor%>"> 
      <table border="0" width="98%" cellspacing="1" cellpadding="0" class="TableLine" bordercolorlight="<%=MainBColor%>" bgcolor="<%=Tablebackcolor%>">
        <form method="POST" action="admin_ResearchSave.asp">
          <tr bgcolor="<%=Tabletitlecolor%>"> 
            <td width="100%" height="20" colspan=2 align=center><b><font color="#FFFFFF">添 
              加 调 查</font></b></td>
          </tr>
          <tr bgcolor="#FFFFFF"> 
            <td width="15%" align="right">主题:</td>
            <td width="85%"> 
              <input type="text" name="Title" size="20">
            </td>
          </tr>
          <%for i=1 to 8%>
          <tr bgcolor="#FFFFFF"> 
            <td align="right">选项<%=i%>:</td>
            <td> 
              <input type="text" name="select<%=i%>" size="20">
              票数: 
              <input type="text" name="answer<%=i%>" size="5">
            </td>
          </tr>
          <%next%>
          <tr bgcolor="#FFFFFF"> 
            <td colspan=2 align=center> 
              <input type="hidden" value="add" name="act">
              <input type="submit" value=" 添 加 " name="cmdok">
              &nbsp; 
              <input type="reset" value=" 取 消 "  name="cmdcancel">
            </td>
          </tr>
        </form>
      </table>
    </td>
  </tr>
</table>
<!--#include file="copyright.asp"-->
<br>
<%
conn.close
set conn=nothing%>
</body>
</html>

⌨️ 快捷键说明

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