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

📄 docinfo.asp

📁 mlm双轨制直销系统V8.0免费版 可用于: 1、直拨、回拨电话卡公司。 2、保健品、药品公司。 3、在线销售商品等等。 4、其他类型用到双轨制模式的线上开盘公司。
💻 ASP
字号:
<!-- #include file="include/adovbs.inc" -->
<!-- #include file="include/dataconn.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>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#7BD7FF">
<br>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><FIELDSET><LEGEND accessKey=F align=center><img src="Image/Page.gif" width="16" height="16">
	<%if DocType=1 then%><strong><font color="#FF0000" size="4">奖 励 计 划</font></strong><% end if%>
			<%if DocType=2 then%>
      <strong><font color="#FF0000" size="4">公 司 介 绍</font></strong> 
      <% end if%>
			<%if DocType=3 then%>产 品 介 绍<% end if%></LEGEND>
<br><% =infors("DocContent")%><br>
</FIELDSET></td>
  </tr>
</table>


</body>
</html>

⌨️ 快捷键说明

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