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

📄 editmoneydoc.asp

📁 mlm双轨制直销系统V8.0免费版 可用于: 1、直拨、回拨电话卡公司。 2、保健品、药品公司。 3、在线销售商品等等。 4、其他类型用到双轨制模式的线上开盘公司。
💻 ASP
字号:
<!-- #include file="include/adovbs.inc" -->
<!-- #include file="include/dataconn.asp" -->
<!-- #include file="include/checksession.asp" -->
<!--#include file="func.asp" -->
<%
DocType=Request("DocType")
set infors=server.CreateObject("adodb.recordset")
sql = "select * from DocSetting where DocType =" & DocType
infors.Open sql,conn
%>
<html>
<head>
<title>Untitled Document</title>
<link rel="stylesheet" href="include/e1.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body>
<form name="form1" method="post" action="EditMoneyDocCheck.asp?DocType=<% =DocType%>">
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="AAAAAA" >
  <tr> 
    <td>
<table width="100%" border="0" cellspacing="1" cellpadding="5">
  <tr> 
          <td height="35" bgcolor="CCDDEE"> 
            <p align="center"><font size="4"><strong><%if DocType=1 then%>修 改 奖 励 计 划<% end if%>
			<%if DocType=2 then%>修 改 公 司 介 绍<% end if%>
			<%if DocType=3 then%>修 改 产 品 介 绍<% end if%></strong></font></p></td>
  </tr>
  <tr>
    <td bgcolor="#FFFFFF"><div align="center">
        <textarea name="DocContent" cols="80"  rows="25"><% =infors("DocContent")%></textarea>
      </div></td>
  </tr>
  <tr>
    <td bgcolor="#FFFFFF"><div align="center"><br>
              <input type="submit" name="Submit" value="提 交" class="b02">&nbsp;&nbsp;&nbsp;&nbsp;
        <input type="reset" name="Submit2" value="重 填" class="b02">
      </div></td>
  </tr>
</table>
</td></tr></table>
</form>
<div align="center"></div>
<div align="center"></div>
</body>
</html>

⌨️ 快捷键说明

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